- Home
- All questions
- Question 53
CKA study material · question 53 of 1000
How do Kubernetes components choose the address they advertise on a multi-homed host?
Show the answer
Answer: B. From the interface carrying the default gateway
Components pick the address on the default-gateway interface, so a host with no default route may exit with an error.
Source: Creating a cluster with kubeadm (Kubernetes) — Network setup