Exam KCNA All QuestionsBrowse all questions from this exam
Question 55

Which statement about the Kubernetes network model is correct?

    Correct Answer: B

    In Kubernetes, Pods can communicate with other Pods directly without the need for Network Address Translation (NAT). This is a fundamental part of the Kubernetes networking model, ensuring that all Pods can address all other Pods by IP address across nodes in the cluster.

Discussion
pulsefireOption: B

B https://kubernetes.io/docs/concepts/services-networking/#:~:text=pods%20can%20communicate%20with%20all%20other%20pods%20on%20any%20other%20node%20without%20NAT