-
Obtain the dashboard access token via
kubectl -n kube-system describe secrets $(kubectl get secrets -n kube-system | grep kubernetes-dashboard-token | awk '{ print $1}')
-
Start the local proxy to access kubernetes
kubectl proxy
-
Open the Dashboard URL below, choose token as auth method and put in the token obained above
Last active
June 28, 2019 09:27
-
-
Save martinheld/3dddf2a59802283b84813e5ed50e3c23 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment