Kubernetes Dashboard

Deploy directly from UI using + option via yaml/file/form

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

Launches the Kubernetes UI in browser.

Last updated