704 B
704 B
Setup Kubernets Dashboard
- Get Dashboard Deployment
- Setup using the files in this dir
kubectl apply -f admin-sa.ymlkubectl apply -f admin-rbac.yml- on linux
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep kube-admin | awk '{print $1}') - on windows
kubectl -n kube-system describe secret, search forkube-admin, copy token kubectl proxy- Access dashboard via http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/