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

CKA study material · question 559 of 1000

You are writing a backup job for a single-control-plane kubeadm cluster. Which directory on that node holds the etcd data?

  1. /etc/kubernetes/pki/etcd
  2. /var/lib/kubelet/etcd
  3. /var/lib/etcd
  4. /etc/kubernetes/manifests
Show the answer

Answer: C. /var/lib/etcd

kubeadm configures the etcd data directory at /var/lib/etcd on the control plane node. /etc/kubernetes/pki/etcd holds the certificates and /etc/kubernetes/manifests the static Pod definitions.

Source: Creating a cluster with kubeadm (Kubernetes) — Limitations › Cluster resilience

Challenge yourself on this topic → Study as cards