Dashboard
Enabling the web UI
Dashboard is the Kubernetes web UI which provides visual insights into the cluster's operations. It's not deployed by default, but is available as an optional component for later installation.
Access the dashboard
Proxy the API server:
kubectl proxy
Backlinks