Web UI
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml
kubernetes-dashboard namespace will be created.kubectl config viewkubectl proxy
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxykubectl -n kube-system get secretaws-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 dashboardminikube dashboard --url