top of page

How to install MiniKube on Windows

  • Writer: Subhasish Sahu
    Subhasish Sahu
  • Nov 16, 2021
  • 1 min read

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


ree


ree

ree

ree

Open CMD :


ree

Run Command: minikube start


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



ree

Start Docker now


ree

ree

Run MiniKube again : minikube start

MinKube is getting started now :

ree

ree

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

ree


To See the K8 dashboard, Command: minikube dashboard


You might get a timeout issue.

ree

Please re-run the command: minikube dashboard

ree

The dashBoard is up and running :


ree

Comments


bottom of page