How Do You Find the Default Kubernetes Web UI Credentials?

Problem scenario
You try to go to the default Kubernetes web UI (the dashboard), but you are being prompted for a username and password.

Solution
From the server with kubectl, run this:
kubectl config view

Leave a comment

Your email address will not be published. Required fields are marked *