Kubernetes Dashboard
The Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters that provides an overview of containerized applications within the cluster. It allows users to deploy, edit, assess the status of, manage, as well as assist in troubleshooting those apps.
In this section, we review Local Dashboard Access and Remote Dashboard Access for the dashboard. For a quick link to your local dashboard, visit http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.
Was this page helpful?