Kubernetes manage traffic between pods replicas of several applications

5/7/2020

How to manage traffic between pods replicas of several applications? I would like to get the effect for application A and B

under A-x he always sent requests only to B-x and A-y only to B-y. And that the platforms A-y and B-x do not communicate with each other.

Thank you in advance for all the answers.

-- ph_anvin
kubernetes
kubernetes-pod

1 Answer

5/7/2020

You can do that by using Network policy.

This is also a nice post about network policy.

-- hoque
Source: StackOverflow