Access the Kubernetes Dashboard through a web browser.
Before you begin: Ensure that Kubernetes Dashboard is enabled. The section Installing Prometheus and Grafana provides more information.
- Start the proxy by typing ./start-proxy -l <kubernetes-dashboard-local-proxy-port>
- Open a web browser and specify one of the following URLs, depending on the deployment of Kubernetes.
- For bare-metal (on premise) Kubernetes:
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy
- For AWS Kubernetes:
http://localhost:8801/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy
- For bare-metal (on premise) Kubernetes:
Comments
0 comments
Please sign in to leave a comment.