wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml -O dashboard.yaml

vim dashboard.yaml 

部署kubernetes dashboard v2.0.4

docker pull kubernetesui/dashboard:v2.0.4

docker pull kubernetesui/metrics-scraper:v1.0.4

kubectl create -f dashboard.yaml

kubectl get pods --all-namespaces -o wide

kubectl -n kube-system describe $(kubectl -n kube-system get secret -n kube-system -o name | grep namespace) | grep token

火狐登录 https://10.238.162.32:31000

部署kubernetes dashboard v2.0.4

https://blog.csdn.net/CHEndorid/article/details/108510429

相关文章:

  • 2021-10-19
  • 2021-06-10
  • 2021-09-09
  • 2021-08-06
  • 2022-01-28
  • 2021-08-23
  • 2021-12-02
  • 2021-08-20
猜你喜欢
  • 2021-06-07
  • 2021-07-17
  • 2021-09-11
  • 2021-05-15
  • 2021-10-09
  • 2021-06-26
  • 2021-08-03
相关资源
相似解决方案