sh kubernetes简单的仪表板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh kubernetes简单的仪表板相关的知识,希望对你有一定的参考价值。
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/alternative/kubernetes-dashboard.yaml
# optoinal
kubectl create -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/influxdb.yaml
kubectl create -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/heapster.yaml
kubectl create -f https://raw.githubusercontent.com/kubernetes/heapster/master/deploy/kube-config/influxdb/grafana.yaml
open http://localhost:8001/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy
#some say http://localhost:8001/ui works -but for me NFG.
以上是关于sh kubernetes简单的仪表板的主要内容,如果未能解决你的问题,请参考以下文章
sh kubernetes仪表板外壳
Kubernetes - 登录到 Kubernetes 仪表板问题
安装部署 Kubernetes 仪表板(Dashboard)
Kubernetes仪表板问题
在 Kubernetes 上安装仪表板
如何登录 Kubernetes 仪表板?