Understanding more about Kubernetes Dashboard
Kubernetes dashboard provides a graphical user interface which can be used to view all the kubernetes constructs in our cluster. We will be using MiniKube for this blog post which enables us to run a Kubernetes cluster on a single machine. To check if dashboard is enabled execute the below command. From the above command … Continue reading Understanding more about Kubernetes Dashboard