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

CKA study material · question 86 of 1000

Which directory does kubeadm use for cluster certificates by default?

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

Answer: A. /etc/kubernetes/pki

The kubeadm PKI directory defaults to /etc/kubernetes/pki and is moved with --cert-dir or certificatesDir.

Source: Certificate Management with kubeadm (Kubernetes) — Using custom certificates

Challenge yourself on this topic → Study as cards