- Home
- All questions
- Question 753
CKA study material · question 753 of 1000
A node's interfaces carry several addresses, but Kubernetes only ever uses one of them. Which does it consider?
Show the answer
Answer: D. The addresses recorded in node.status.addresses
Only the addresses in node.status.addresses and pod.status.ips count toward the network model; others an interface happens to carry are ignored when deciding the cluster's IP families.
Source: Cluster Networking (Kubernetes) — Cluster networking types