码迷,mamicode.com
首页 > Web开发 > 详细

使用 kubeadm 安装部署 kubernetes 1.9-部署heapster插件

时间:2018-08-22 00:12:10      阅读:420      评论:0      收藏:0      [点我收藏+]

标签:fan   pst   文件   dashboard   master   net   1.9   exp   安装   

1.先到外网下载好镜像倒进各个节点

2.下载yaml文件和创建应用

mkdir -p ~/k8s/heapster cd ~/k8s/heapster

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

wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/rbac/heapster-rbac.yaml

wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/heapster.yaml

wget https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/influxdb.yaml kubectl create -f ./

3.重新登录dashboard可以看到相关监控

使用 kubeadm 安装部署 kubernetes 1.9-部署heapster插件

标签:fan   pst   文件   dashboard   master   net   1.9   exp   安装   

原文地址:https://www.cnblogs.com/hixiaowei/p/9515223.html

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