Egress Traffic Control for Nginx Ingress Controller with Istio Proxy Sidecar
Published in
5 min readOct 2, 2022
--
Egress traffic is outbound network connections or requests from Pods in the Kubernetes cluster. By default, a Pod can send requests to any other Pods, even have access to internet. Though, it might have security concerns. Sometimes we just want a Pod only be able to access other Pods or external websites that are allowed.