my web application is running as a Kubernetes pod behind an nginx reverse proxy for SSL. Both the proxy and my application use Kubernetes services for load balancing (as des
For kubernetes 1.7+ set service.spec.externalTrafficPolicy to Local will resolve it. More information here: Kubernetes Docs
service.spec.externalTrafficPolicy
Local