Files
website/content/en/docs/reference/glossary/minikube.md
T
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

21 lines
428 B
Markdown

---
title: Minikube
id: minikube
date: 2018-04-12
full_link: /docs/setup/learning-environment/minikube/
short_description: >
A tool for running Kubernetes locally.
aka:
tags:
- fundamental
- tool
---
A tool for running Kubernetes locally.
<!--more-->
Minikube runs a single-node cluster inside a VM on your computer.
You can use Minikube to
[try Kubernetes in a learning environment](/docs/setup/learning-environment/).