Local Dashboard Access
Step 1 - Download Kubeconfig
Step 2 - Enable Kubernetes Proxy
kubectl proxy
Starting to serve on 127.0.0.1:8001Last updated
Was this helpful?
Launching the Kubernetes Dashboard through the Platform9 SaaS Management plane is a way to securely access your Kubernetes cluster remotely from anywhere. However, since the SaaS Management Plane proxies all requests and data to the remote cluster, the response times from the dashboard to the Cluster can be affected by the internal routing schemes.
Info
To access the Kubernetes Dashboard directly from the cluster, you need to either be on a VPN or have direct network connectivity to the Kubernetes API server, and possess a valid kubeconfig for the cluster.
Navigate to the Cluster Details page by clicking on a cluster on the Infrastructure dashboards Clusters tab. On the cluster details dashboard, click the Kubeconfig link that's within the Cluster details card. Then, select either a token, or a username and password and then download the kubeconfig.
Kubernetes can proxy requests to services that do not have Ingress, NodePort or ClusterPort configurations. To enable the Kubernetes proxy, open a terminal and run, kubectl proxy.
kubectl proxy
Starting to serve on 127.0.0.1:8001The Kubernetes dashboard will be accessible at the following address.
Last updated
Was this helpful?
Was this helpful?
