Skip to content

Instantly share code, notes, and snippets.

@Jaboo9
Created April 23, 2020 20:49
Show Gist options
  • Save Jaboo9/eb7462cb20c4775d836ffb37d1d39185 to your computer and use it in GitHub Desktop.
Save Jaboo9/eb7462cb20c4775d836ffb37d1d39185 to your computer and use it in GitHub Desktop.
Installing Kubeadm
Install MiniKube: https://kubernetes.io/docs/tasks/tools/install-minikube/
VirtualBox: https://www.virtualbox.org/wiki/Downloads
MiniKube Download page for Windows: https://github.com/kubernetes/minikube/releases
While using Minikube with Virtualization technologies other than virtualbox, specify the --vm-driver option like this:
minikube start --vm-driver=<driver_name>
More about it here: https://kubernetes.io/docs/setup/learning-environment/minikube/#specifying-the-vm-driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment