- Home
- All questions
- Question 56
CKA study material · question 56 of 1000
Why does changing a control-plane component's IP address require re-issuing certificates?
Show the answer
Answer: B. The address appears in the certificates' subject alternative name fields
Component IP addresses land in the certificates' SAN fields, so a change means new certificates and a restart.
Source: Creating a cluster with kubeadm (Kubernetes) — Network setup