Step 5. Access Kubernetes Dashboard (optional)
(Optional) For additional configuration or troubleshooting purposes, you may need to use the Kubernetes Dashboard.
Procedure
-
If the data analytics platform is installed, you can access the Kubernetes Dashboard through https://hostname/admin, changing the “hostname” with the VM where the Kubernetes is installed.
If the authentication is enabled, you need to use the token to log into the Kubernetes Dashboard.
To get the token, connect to your Linux environment and execute the following command in the terminal:
Copykubectl config view --raw
-
If the data analytics platform is not installed, connect to your Linux environment and execute the following command in the terminal:
Copymicrok8s dashboard-proxy
The URL and the token will be displayed; replace 127.0.0.1 with your hostname/IP.
Comments
0 comments