Study. uk . com
  1. Home
  2. All questions
  3. Question 499

CKA study material · question 499 of 1000

Where does kubeadm keep the cluster-wide kubelet configuration?

  1. A Secret in the default namespace
  2. The kubelet-config ConfigMap in kube-system
  3. The kubeadm-config ConfigMap in kube-system
  4. /etc/kubernetes/kubelet.conf on each node
Show the answer

Answer: B. The kubelet-config ConfigMap in kube-system

The cluster-wide kubelet configuration lives in the kubelet-config ConfigMap under the data.kubelet key.

Source: Reconfiguring a kubeadm cluster (Kubernetes) — Reconfiguring the kubelet

Challenge yourself on this topic → Study as cards