Add KIND as the options for spinning up a test kubernetes environment (#17860)

pull/18996/head
RA489 2020-02-06 04:23:55 +05:30 committed by GitHub
parent 37ec720fa8
commit dbe9590aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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 %}}