Introduction to kubeadm.
Kubeadm is a tool to build kubeadm init & kubeadm join. These tools provide a shorthand to create a kubeadm cluster.
The minimum actions needed to get a stable running cluster can be performed by kubeadm.
kubeadm focuses mainly on bootstrapping and not on provisioning of machines.
Kubeadm is a handy tool which offers -
Simple way of creating kubernetes clusters even for the first time.
Provides a way to existing users to set up clusters for their respective application.