JN0-214 · Question #20
Which two statements are correct about the Kubernetes networking model? (Choose two.)
The correct answer is C. Full communication between pods is allowed across nodes without requiring NAT. D. Each pod has its own IP address in a flat, shared networking namespace. Option C: In the Kubernetes networking model, pods can communicate with each other across nodes using their unique IP addresses without needing Network Address Translation (NAT). This is a key feature of Kubernetes networking. Option D: Every pod in Kubernetes is assigned a…
Question
Which two statements are correct about the Kubernetes networking model? (Choose two.)
Options
- APods are allowed to communicate if they are only in the default namespaces.
- BPods are not allowed to communicate if they are in different namespaces.
- CFull communication between pods is allowed across nodes without requiring NAT.
- DEach pod has its own IP address in a flat, shared networking namespace.
How the community answered
(27 responses)- A11% (3)
- B15% (4)
- C74% (20)
Explanation
Option C: In the Kubernetes networking model, pods can communicate with each other across nodes using their unique IP addresses without needing Network Address Translation (NAT). This is a key feature of Kubernetes networking. Option D: Every pod in Kubernetes is assigned a unique IP address within the cluster, and these IPs are part of a flat networking namespace, allowing any pod to communicate with any other pod
Topics
Community Discussion
No community discussion yet for this question.