From dbe9590aaa3f7f4acfc0899b67bca8adf0683ddf Mon Sep 17 00:00:00 2001 From: RA489 Date: Thu, 6 Feb 2020 04:23:55 +0530 Subject: [PATCH] Add KIND as the options for spinning up a test kubernetes environment (#17860) --- .../docs/setup/learning-environment/kind.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/en/docs/setup/learning-environment/kind.md diff --git a/content/en/docs/setup/learning-environment/kind.md b/content/en/docs/setup/learning-environment/kind.md new file mode 100644 index 0000000000..e476d220d0 --- /dev/null +++ b/content/en/docs/setup/learning-environment/kind.md @@ -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 %}} + + + +