Access the Kubernetes Dashboard
1 min
you can also access the dashboard using the same port forward + ssh tunnel method, for visually inspecting the cluster nohup kubectl port forward svc/kubernetes dashboard 8080 80 n kubernetes dashboard > /tmp/pf dashboard log 2>&1 < /dev/null & disown ssh n l 8080 127 0 0 1 8080 \<user>@\<server ip> generate a login token kubectl n kubernetes dashboard create token kubernetes dashboard open http //localhost 8080 http //localhost 8080 in your browser, paste the generated token, and sign in