website/docs/tasks/tools/install-minikube.md

54 lines
1.2 KiB
Markdown

---
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](https://git.k8s.io/minikube/docs/drivers.md#xhyve-driver),
[VirtualBox](https://www.virtualbox.org/wiki/Downloads), or
[VMware Fusion](https://www.vmware.com/products/fusion).
* For Linux, install
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[KVM](http://www.linux-kvm.org/).
* For Windows, install
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install).
## Install kubectl
* [Install kubectl](/docs/tasks/tools/install-kubectl/).
## Install Minikube
* Install Minikube according to the instructions for the
[latest release](https://github.com/kubernetes/minikube/releases).
{% endcapture %}
{% capture whatsnext %}
* [Running Kubernetes Locally via Minikube](/docs/getting-started-guides/minikube/)
{% endcapture %}
{% include templates/task.md %}