Add KIND as the options for spinning up a test kubernetes environment (#17860)
parent
37ec720fa8
commit
dbe9590aaa
|
@ -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 %}}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue