Problem Statement
Which statement best describes the Kubernetes cluster networking model?
Explanation
In Kubernetes each pod is assigned an IP address and is supposed to be able to reach any other pod in the cluster, regardless of node location and without NAT in the ideal model. This simplifies service-to-pod and pod-to-pod communication and avoids complex port mapping.
