OFF-TOPIC most likely. Kubeadm is a tool built to provide kubeadm init and kubeadm join as best-practice “fast paths” for creating Kubernetes clusters. Questions about installing or configuring Kubernetes clusters are generally not on-topic for Stack Overflow and should be asked on another site.
kubeadm is a tool to create Kubernetes clusters.
Questions about creating Kubernetes clusters are most likely off-topic for Stack Overflow and should be asked on another site:
- Server Fault for cloud or bare-metal cluster setups
- DevOps Stack Exchange especially for integrating with other automation tools
If a developer needs to create their own Kubernetes cluster, they will typically use a higher-level tool such as docker-desktop, minikube, or kind, rather than directly invoking kubeadm
.