Add KIND as the options for spinning up a test kubernetes environment (#17860)
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
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 %}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user