- Home
- All questions
- Question 567
CKA study material · question 567 of 1000
A kubeadm cluster has been running for eleven months and you want to know how much life its certificates have left. Which command reports that?
Show the answer
Answer: C. kubeadm certs check-expiration
kubeadm issues client certificates valid for one year, and kubeadm certs check-expiration lists each one with its residual time and whether it is externally managed.
Source: Certificate Management with kubeadm (Kubernetes) — Certificate expiry and management