- Allow port input on 443 fo the azure instance
- Grab the cluster conf (.kube/config) to the local machine
- Install kubectl on the local machine
- Make sure you can access the cluster
- On local, run kubectl proxy (this is specific to do port forwarding for the dashboard itself)
- Connect to URL:
- 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}')
Created
May 15, 2018 04:37
-
-
Save egernst/8a98e3fb0dfcfb8ad899a264f2cf9b26 to your computer and use it in GitHub Desktop.
azure + dashboard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment