• Skip to primary navigation
  • Skip to content

GitopsCentral

  • Home
  • Courses
  • Roadmap
  • About
  • Log In
  • Sign Up

How to install minikube on windows using virtual box

February 4, 2020 by shaik zillani

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

kubernetes

© Copyright 2016-2025 gitopscentral · All Rights Reserved ·