This page shows how to install Minikube.
VT-x or AMD-v virtualization must be enabled in your computer’s BIOS.
If you do not already have a hypervisor installed, install the appropriate one for your OS now:
macOS: VirtualBox or VMware Fusion, or HyperKit.
Linux: VirtualBox or KVM.
Note: Minikube also supports a--vm-driver=none
option that runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker and a linux environment, but not a hypervisor.
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.