GitopsCentral

How to install minikube on windows using virtual box

Filed under: Kubernetes — shaik zillani @ 10:50 am

install minikube from powershell using choco installer, if you don’t have choco already from here

choco install minikube 
choco install kubernetes-cli 
minikube start -–vm-driver=virtualbox

Method-2

If the above method doesn’t work, then you can set up virtualbox as the default driver and start,

minikube config set vm-driver virtualbox 
minikube start

read more info about setting up other virtualization drivers here

© 2016–2025 GitOpsCentral | All Rights Reserved.