nirmata / kube-static-egress-ip

Kubernetes CRD to manage static egress IP addresses for workloads
Apache License 2.0
213 stars 38 forks source link

Support for a not equal in cidr #25

Open vivekskrishna opened 5 years ago

vivekskrishna commented 5 years ago

Hi, Is there a way we can provide. Cidr so that all traffic from a pod which is not cluster internal is directed to egress director? Will 0.0.0.0/0 work like this?

Thank you

uablrek commented 5 years ago

"0.0.0.0/0" works for external traffic but I think also internal traffic (to other pods or services) will be affected.