1.2 KiB
1.2 KiB
title |
---|
Install Minikube |
{% capture overview %}
This page shows how to use install Minikube.
{% endcapture %}
{% capture prerequisites %}
VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
{% endcapture %}
{% capture steps %}
Install a Hypervisor
If you do not already have a hypervisor installed, install one now.
-
For OS X, install xhyve driver, VirtualBox, or VMware Fusion.
-
For Linux, install VirtualBox or KVM.
-
For Windows, install VirtualBox or Hyper-V.
Install kubectl
Install Minikube
- Install Minikube according to the instructions for the latest release.
{% endcapture %}
{% capture whatsnext %}
{% endcapture %}
{% include templates/task.md %}