- Home
- All questions
- Question 86
CKA study material · question 86 of 1000
Which directory does kubeadm use for cluster certificates by default?
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