Skip to content

Instantly share code, notes, and snippets.

@saranjsr
Created July 18, 2020 13:51
Show Gist options
  • Save saranjsr/c23a46d5fceb51ed9c7f68fa632eb67a to your computer and use it in GitHub Desktop.
Save saranjsr/c23a46d5fceb51ed9c7f68fa632eb67a to your computer and use it in GitHub Desktop.
Install Minikube on Mac
Install Kubernetes on Mac
#curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64 \
&& chmod +x minikube
#sudo mv minikube /usr/local/bin
#minikube start --driver=virtualbox
To make virtualbox the default driver:
#minikube config set driver virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment