Skip to content

Instantly share code, notes, and snippets.

@egernst
Created May 15, 2018 04:37
Show Gist options
  • Select an option

  • Save egernst/8a98e3fb0dfcfb8ad899a264f2cf9b26 to your computer and use it in GitHub Desktop.

Select an option

Save egernst/8a98e3fb0dfcfb8ad899a264f2cf9b26 to your computer and use it in GitHub Desktop.
azure + dashboard
  1. Allow port input on 443 fo the azure instance
  2. Grab the cluster conf (.kube/config) to the local machine
  3. Install kubectl on the local machine
  4. Make sure you can access the cluster
  5. On local, run kubectl proxy (this is specific to do port forwarding for the dashboard itself)
  6. Connect to URL:
  7. Get the token to use for logging in: kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment