Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Last active October 30, 2019 13:32
Show Gist options
  • Save jwkidd3/435ee5d3b5d7b0b8f4ef90abfafa3982 to your computer and use it in GitHub Desktop.
Save jwkidd3/435ee5d3b5d7b0b8f4ef90abfafa3982 to your computer and use it in GitHub Desktop.
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml
kubectl -n kubernetes-dashboard describe secret $(kubectl -n kubernetes-dashboard get secret | grep admin-user | awk '{print $1}')
kubectl proxy
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment