From c24b5ef19d308739face80f0574cfe23ae0cc2ee Mon Sep 17 00:00:00 2001 From: jornshen Date: Thu, 15 Oct 2020 17:37:26 +0800 Subject: [PATCH] =?UTF-8?q?Add=20kubeadm=20to=20=E2=80=9CInstall=20Tools?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/tasks/tools/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/tasks/tools/_index.md b/content/en/docs/tasks/tools/_index.md index 3a6cd906e3..a705f9f52e 100755 --- a/content/en/docs/tasks/tools/_index.md +++ b/content/en/docs/tasks/tools/_index.md @@ -47,3 +47,12 @@ on getting the tool installed. Once you have `minikube` working, you can use it to [run a sample application](/docs/tutorials/hello-minikube/). +## kubeadm + +You can use the {{< glossary_tooltip term_id="kubeadm" text="kubeadm" >}} tool to create and manage Kubernetes clusters. +It performs the actions necessary to get a minimum viable, secure cluster up and running in a user friendly way. + +[Installing kubeadm](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) shows you how to install kubeadm. +Once installed, you can use it to [create a cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/). + +View kubeadm Install Guide