Kubernetes Web UI
Explore how to deploy the Kubernetes Dashboard for a web-based interface to manage your cluster visually. Understand how to set up required resources, connect via a local proxy, authenticate using tokens, and perform operations like applying manifests and scaling deployments. This lesson helps you use the dashboard to complement kubectl commands effectively.
We'll cover the following...
We'll cover the following...
Kubernetes Dashboard
Kubernetes Dashboard is a web-based UI for Kubernetes clusters. It’s not deployed by default with Kubernetes, but running it is fairly straightforward.
A lot of the things that we did with kubectl can also be done through the dashboard, and it is also nice to be able to explore everything we have running in a cluster visually.
To run it, we will use the manifest ...