Skip to content

Instantly share code, notes, and snippets.

@fusionstrings
Created August 7, 2018 13:39
Show Gist options
  • Save fusionstrings/8b41f33f320e6280c49f2f4e7e0c3421 to your computer and use it in GitHub Desktop.
Save fusionstrings/8b41f33f320e6280c49f2f4e7e0c3421 to your computer and use it in GitHub Desktop.
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