From 76010c4fd97fadb041318e9f6645165a736dce40 Mon Sep 17 00:00:00 2001 From: Gregory Guillou Date: Wed, 13 Mar 2019 16:47:40 +0100 Subject: [PATCH] Add Kind to the Local-machine Solutions (#12994) --- content/en/docs/setup/pick-right-solution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/setup/pick-right-solution.md b/content/en/docs/setup/pick-right-solution.md index 8753190dac..a0d2e42df5 100644 --- a/content/en/docs/setup/pick-right-solution.md +++ b/content/en/docs/setup/pick-right-solution.md @@ -69,6 +69,8 @@ cluster. * [Ubuntu on LXD](/docs/getting-started-guides/ubuntu/local/) supports a nine-instance deployment on localhost. +* [Kind](https://kind.sigs.k8s.io/), Kubernetes IN Docker is a tool for running local Kubernetes clusters using Docker containers as "nodes". It is primarily designed for testing Kubernetes, initially targeting the conformance tests. + ## Hosted Solutions * [AppsCode.com](https://appscode.com/products/cloud-deployment/) provides managed Kubernetes clusters for various public clouds, including AWS and Google Cloud Platform.