Skip to content

Commit 18b69c7

Browse files
authored
Merge pull request #24585 from JornShen/add_kubeadm_to_install_tool
Add kubeadm to “Install Tools”
2 parents cb68855 + c24b5ef commit 18b69c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en/docs/tasks/tools/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ on getting the tool installed.
4747
Once you have `minikube` working, you can use it to
4848
[run a sample application](/docs/tutorials/hello-minikube/).
4949

50+
## kubeadm
51+
52+
You can use the {{< glossary_tooltip term_id="kubeadm" text="kubeadm" >}} tool to create and manage Kubernetes clusters.
53+
It performs the actions necessary to get a minimum viable, secure cluster up and running in a user friendly way.
54+
55+
[Installing kubeadm](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) shows you how to install kubeadm.
56+
Once installed, you can use it to [create a cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/).
57+
58+
<a class="btn btn-primary" href="/docs/setup/production-environment/tools/kubeadm/install-kubeadm/" role="button" aria-label="View kubeadm Install Guide">View kubeadm Install Guide</a>

0 commit comments

Comments
 (0)