Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 452 Bytes

kubernetes-dashboard.md

File metadata and controls

26 lines (18 loc) · 452 Bytes

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

{% hint style="info" %} Launches the Kubernetes UI in browser. {% endhint %}