kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml
kubernetes-dashboard
namespace will be created.kubectl config view
kubectl proxy
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy
kubectl -n kube-system get secret
aws-cloud-provider-token-<some_id>
and do (not a recommended way)
kubectl -n kube-system describe secret aws-cloud-provider-token-<some_id>
admin-user
and get the secret token from that user (TODO: update process)minikube dashboard
minikube dashboard --url