nirmata / kube-static-egress-ip

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

Design question about Gateway role #31

Open mdimonte opened 5 years ago

mdimonte commented 5 years ago

I understand that need to route the outbound traffic that needs to be SNATed to a dedictaed node in some situations.
However, I wonder if you plan to have a mode where this outbound traffic would be SNATed directly by the originating node? In other words could this extra step (the Gateway one) be optional?