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