website/content/en/docs/setup/learning-environment/kind.md

24 lines
358 B
Markdown
Raw Normal View History

---
title: Installing Kubernetes with Kind
weight: 40
content_template: templates/concept
---
{{% capture overview %}}
Kind is a tool for running local Kubernetes clusters using Docker container "nodes".
{{% /capture %}}
{{% capture body %}}
## Installation
See [Installing Kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
{{% /capture %}}