+1 vote
in Kubernetes K8s by
Containers inside a pod communicate with each other via ________.

Select the Correct Answer from below option. This Question is related to K8s and was asked during one of the Course in Fresco.

a) container IP

b) Pod IP

c) None of these

d) localhost

e) cluster IP

1 Answer

0 votes
by

Correct answer of the above question is : d) localhost

Containers inside a pod communicate with each other via localhost
...