What is the purpose of kubeadm in Kubernetes?
a) To schedule Pods
b) To provide a simple way to set up a Kubernetes cluster
c) To manage cloud resources
d) To store cluster logs
Answer:
b) To provide a simple way to set up a Kubernetes cluster
Explanation:
kubeadm
is a tool that helps users to easily set up a Kubernetes cluster by automating the initialization process and managing configurations.