dashboard所需鏡像(v1.10.0)地址:
鏈接:https://pan.baidu.com/s/1vkdYNGjQD0hD_Q0_I_2t3A
提取碼:7i7k
1、#helm install –name dashboard –namespace=kube-system stable/kubernetes-dashboard
2、#kubectl edit svc dashboard-kubernetes-dashboard -n kube-system (將ClusterIP改為NodePort,提供外網(wǎng)訪問地址)
3、#kubectl create serviceaccount dashboard-admin -n kube-system (利用token訪問K8s的dashboard)
4、#kubectl create clusterrolebinding dashboard-cluster-admin –clusterrole=cluster-admin –serviceaccount=kube-system:dashboard-admin
5、#kubectl get secret -n kube-system
6、#kubectl describe secret dashboard-admin-token-xxxxx -n kube-system (查詢Doshboard的token是多少)
備注:用火狐瀏覽器進行訪問
更多關(guān)于云服務(wù)器,域名注冊,虛擬主機的問題,請訪問西部數(shù)碼官網(wǎng):m.bingfeng168.cn