Files
website/docs/tasks/tools/install-minikube.md
Kyungho Jeon 17bb567d3a Correct a phrase by deleting an irrelevant verb
"how to use install" -> "how to install"
2017-11-06 23:23:50 +09:00

1.2 KiB

title
title
Install Minikube

{% capture overview %}

This page shows how to 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.

Install kubectl

Install Minikube

  • Install Minikube according to the instructions for the latest release.

{% endcapture %}

{% capture whatsnext %}

{% endcapture %}

{% include templates/task.md %}