ventaubain commented on issue #10417: URL: https://github.com/apache/apisix/issues/10417#issuecomment-1786880156
After some researchs, the problem seems to be in the apisix Service configuration. I had `externalTrafficPolicy: Cluster` option and this one remove the IP source to enable load balancing of K8S between nodes. `externalTrafficPolicy: Local` fixes the problem. **Attention**, there is an performance impact with this configuration. See https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
