Statements about pod-to-pod networking
Question:
Which two of the following statements about pod-to-pod networking are correct? (Choose two.)
- Multiple containers in a pod share network space. For example, such containers can communicate by using localhost
- A pod can reach other pods on the same Kubernetes node. Pods on different Kubernetes nodes remain unreachable
- A pod can reach other pods on the same Kubernetes node. Pods on different Kubernetes nodes require the Service resource to be reachable
- Kubernetes assigns each pod an IP address. Any pod can reach any other pod within a Kubernetes cluster by using the assigned IP address
Answer:
A, D - are the correct answers