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

Static Egress IP per namespace #21

Open chiradeep opened 5 years ago

chiradeep commented 5 years ago

Would be useful to have a static egress IP per namespace to further tighten access to external resources. Perhaps even egress ip per <services A, B, C> tuple.

JimBugwadia commented 5 years ago

@chiradeep - there is existing support to select a single service. Was the use case you had in mind selecting all services in a namespace, or a set of services across namespaces, or both?

mdimonte commented 4 years ago

we also have a similar need : SNAT all traffic originating from a specific namespace.
Do you plan to ad this in a near futur?