lyft / cni-ipvlan-vpc-k8s

AWS VPC Kubernetes CNI driver using IPvlan
Apache License 2.0
360 stars 58 forks source link

Connections to service ips via kube-proxy mask the Pod's source IP #4

Closed paulnivin closed 6 years ago

paulnivin commented 6 years ago

Due to kube-proxy running in the default namespace, outbound connections to service IPs end up using the node IP, similar to the original userspace kube-proxy behavior. Support retaining the source IP of the connecting Pod.

paulnivin commented 6 years ago

Fix @ https://github.com/lyft/cni-ipvlan-vpc-k8s/pull/16

paulnivin commented 6 years ago

Fix is on master.