Introduction to kubeadm.

1.1K    Asked by JasmineForsyth in Devops , Asked on Feb 27, 2020
Answered by Jasmine Forsyth

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.



Your Answer

Interviews

Parent Categories