top of page

How to install MiniKube on Windows

Writer: Subhasish SahuSubhasish Sahu

Download MiniKube for windows at: https://minikube.sigs.k8s.io/docs/start/







Open CMD :


Run Command: minikube start


If docker is not started you will get the below error:




Start Docker now




Run MiniKube again : minikube start

MinKube is getting started now :


Alternatively, minikube can download the appropriate version of kubectl and you should be able to use it like this:

command : minikube kubectl -- get po –A



To See the K8 dashboard, Command: minikube dashboard


You might get a timeout issue.

Please re-run the command: minikube dashboard

The dashBoard is up and running :



コメント


bottom of page