Skip to content

Instantly share code, notes, and snippets.

@fusionstrings
Created August 7, 2018 13:39
Docker for mac
#get tocken
kubectl describe secret kubernetes-dashboard --namespace=kube-system
# enable dashboard
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
# Open dashboard and login with token
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment