To enable Kubernetes Dashboard and visualise all the processes in a seamless manner follow the commands below.
$ minikube addons list
$ minikube addons enable dashboard
$ minikube addons enable metrics-server
$ minikube dashboard
{% hint style="info" %} Launches the Kubernetes UI in browser. {% endhint %}