From 8002734b5f0cb75bc1a47c295789e2f82a639c02 Mon Sep 17 00:00:00 2001 From: Benjamin Henrion Date: Wed, 8 Nov 2017 09:14:40 +0100 Subject: [PATCH] add kubeadm-dind as another local-machine solution add kubeadm-dind as another local-machine solution --- docs/setup/pick-right-solution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/pick-right-solution.md b/docs/setup/pick-right-solution.md index 7125061cb5..9fa51c237d 100644 --- a/docs/setup/pick-right-solution.md +++ b/docs/setup/pick-right-solution.md @@ -29,6 +29,8 @@ a Kubernetes cluster from scratch. * [Minikube](/docs/getting-started-guides/minikube/) is the recommended method for creating a local, single-node Kubernetes cluster for development and testing. Setup is completely automated and doesn't require a cloud provider account. +* [Kubeadm-dind](https://github.com/Mirantis/kubeadm-dind-cluster) is a multi-node (while minikube is single-node) Kubernetes cluster which only requires a docker daemon. It uses docker-in-docker technique to spawn the Kubernetes cluster. + * [Ubuntu on LXD](/docs/getting-started-guides/ubuntu/local/) supports a nine-instance deployment on localhost. * [IBM Cloud Private-CE (Community Edition)](https://github.com/IBM/deploy-ibm-cloud-private) can use VirtualBox on your machine to deploy Kubernetes to one or more VMs for development and test scenarios. Scales to full multi-node cluster.