Skip to content

Instantly share code, notes, and snippets.

@dmusicant-dk
Last active January 20, 2021 22:44
Show Gist options
  • Save dmusicant-dk/d25c1effffb452b2d6c0a5d78139fec2 to your computer and use it in GitHub Desktop.
Save dmusicant-dk/d25c1effffb452b2d6c0a5d78139fec2 to your computer and use it in GitHub Desktop.
Install and Start Minikube on MacOSX
# Install virtual box (this will be used to run Minikube)
brew install cask && brew install --cask virtualbox
# Install Minikube
brew install minikube
# Start minikube
minikube start --driver=virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment