码迷,mamicode.com
首页 > 其他好文 > 详细

HeapSter安装(k8s1.11以后废弃了)

时间:2019-01-01 11:06:46      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:.com   类型   svc   ash   epo   bec   uber   user   展示   

HeapSter
InfluxDB(持久存储) 
Grafana 展示InfluxDB的数据(类似kibana)

#安装InfluxDB
#github
https://github.com/kubernetes-retired/heapster

#下载文件
wget https://raw.githubusercontent.com/kubernetes-retired/heapster/master/deploy/kube-config/influxdb/influxdb.yaml
#导入
kubectl  apply -f  influxdb.yaml 


#部署HeapSter
#下载HeapSter的yaml文件
wget https://raw.githubusercontent.com/kubernetes-retired/heapster/master/deploy/kube-config/rbac/heapster-rbac.yaml
wget https://raw.githubusercontent.com/kubernetes-retired/heapster/master/deploy/kube-config/influxdb/heapster.yaml

#导入


#部署Grafana

#下载yaml
wget https://raw.githubusercontent.com/kubernetes-retired/heapster/master/deploy/kube-config/influxdb/grafana.yaml

#导入
kubectl apply -f  grafana.yaml

#给svc打补丁
将grafana的svc类型定义为NodePort让外部访问


#可使用浏览器访问

  

HeapSter安装(k8s1.11以后废弃了)

标签:.com   类型   svc   ash   epo   bec   uber   user   展示   

原文地址:https://www.cnblogs.com/zhangb8042/p/10204209.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!