Skip to content

Instantly share code, notes, and snippets.

@dmusicant-dk
Last active January 20, 2021 22:43
Show Gist options
  • Save dmusicant-dk/dd7f352442463abfd643fe41f4f11fb9 to your computer and use it in GitHub Desktop.
Save dmusicant-dk/dd7f352442463abfd643fe41f4f11fb9 to your computer and use it in GitHub Desktop.
Install and Start Minikube on Windows
# Install from Chocolatey
choco install minikube
# Start Minikube with the hyper-v driver (Windows)
minikube start --driver=hyperv
# Verify it's up
minikube status
# (When done, optional) Shut it down
# minikube stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment