24 lines
358 B
Markdown
24 lines
358 B
Markdown
|
---
|
||
|
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 %}}
|
||
|
|
||
|
|
||
|
|
||
|
|