Skip to main content

Deploying Dashboard Interface

The Dashboard user interface is not deployed by default. Follow the steps below to deploy:
To protect your cluster data, Dashboard is deployed with at least one RBAC configuration by default. Dashboard only supports login with Bearer Token.

NodePort Setting

When Kubernetes dashboard is installed with the steps above, it will open with ClusterIP by default. To access externally, we need to change the value in the Service as follows.
Then we need to check the port where Dashboard is located. There should be a service view similar to the following.
Example output:
Dashboard is displayed on port 32100 (HTTPS). You can now access it from your browser: https://<YOUR_CLUSTER_IP>:32100. Getting Token: