Network policies

Set of rules to restrict and allow traffic on components in the cluster.

For kubernetes we should define two type of traffic:

  • Ingress traffic: incoming traffic for a pod

  • Egress traffic: outgoing traffic from a pod (responses are not relevant)_

#ingress #networking #kubernetes