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