- Home
- All questions
- Question 544
CKA study material · question 544 of 1000
During kubeadm init, which flag sets the single address that every control plane node in the cluster will answer on?
Show the answer
Answer: C. --control-plane-endpoint
--control-plane-endpoint names the shared DNS name or load balancer for all control plane nodes, whereas --apiserver-advertise-address sets the address of one particular node's API server.
Source: Creating a cluster with kubeadm (Kubernetes) — Considerations about apiserver-advertise-address and ControlPlaneEndpoint