k8s dash-board
使用代理访问 kube-dashboard
设置代理
`kubectl proxy --address='0.0.0.0' --accept-hosts='^*$'`
访问kube-dashboard
http://x.x.x.x:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy
Official doc
https://github.com/kubernetes/dashboard
https://github.com/kubernetes/dashboard/wiki/Creating-sample-user
参考: https://skyao.io/learning-kubernetes/addons/dashboard/quickstart.html