File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/en/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,12 @@ on getting the tool installed.
47
47
Once you have ` minikube ` working, you can use it to
48
48
[ run a sample application] ( /docs/tutorials/hello-minikube/ ) .
49
49
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 >
You can’t perform that action at this time.
0 commit comments