Install Kubernetes Dashboard on Kind Cluster
Kind itself does not come with a built-in Kubernetes dashboard, but you can manually install the Kubernetes Dashboard on a Kind cluster. Here’s how:
1. Deploy the Kubernetes Dashboard
Run the following command to install the official Kubernetes Dash...
clearnote.hashnode.dev2 min read