Kubernetes Dashboard with multi-node Kubernetes on a laptop.
The Kubernetes web based dashboard can make it easy to see the health and activity in your Kubernetes container environment. I'l show you how to run the Kubernetes monitoring dashboard on a local multi-node cluster using this guide. All this work was done on a local machine and not in a cloud environment. The Kubernetes container orchestration environment is primarily command line and API based. They do have a graphical dashboard that can be used to surf through your Kubernetes cluster, the deployments and other information. The dashboard is not difficult to install but it does have a few hidden corners. Topology We're going to run a 3 worker node Kubernetes cluster. We'll deploy 6 replicant copies of Nginx into the cluster along with the dashboard components. Note that the dashboard installs agents into each of the nodes. Video Install Docker, Kubernetes, and Kind. Then deploy containers You must have Docker and Kubernetes installed. You get more inte...