1.5 KiB
		
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
| title | content_template | weight | 
|---|---|---|
| Install Minikube | templates/task | 20 | 
{{% capture overview %}}
This page shows how to install Minikube.
{{% /capture %}}
{{% capture prerequisites %}}
VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
{{% /capture %}}
{{% capture steps %}}
Install a Hypervisor
If you do not already have a hypervisor installed, install one now.
- 
For OS X, install VirtualBox or VMware Fusion, or HyperKit. 
- 
For Linux, install VirtualBox or KVM. {{< note >}} Note: Minikube also supports a --vm-driver=noneoption that runs the Kubernetes components on the host and not in a VM. Docker is required to use this driver but a hypervisor is not required. {{< /note >}}
- 
For Windows, install VirtualBox or Hyper-V. 
Install kubectl
Install Minikube
- Install Minikube according to the instructions for the latest release.
{{% /capture %}}
{{% capture whatsnext %}}
{{% /capture %}}