Re: [I] help request: Difficulty Configuring APISIX for Obtaining Client IP Behind Load Balancer in OVH Kubernetes Cluster #11138 [apisix-helm-chart]
Baoyuantop closed issue #748: help request: Difficulty Configuring APISIX for Obtaining Client IP Behind Load Balancer in OVH Kubernetes Cluster #11138 URL: https://github.com/apache/apisix-helm-chart/issues/748 -- 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]
Re: [I] help request: Difficulty Configuring APISIX for Obtaining Client IP Behind Load Balancer in OVH Kubernetes Cluster #11138 [apisix-helm-chart]
Baoyuantop commented on issue #748: URL: https://github.com/apache/apisix-helm-chart/issues/748#issuecomment-4205299124 Getting the client's real IP behind a load balancer is an APISIX/Proxy Protocol configuration question, not a Helm chart defect. The chart supports Proxy Protocol configuration via the configmap template (see `configmap.yaml` lines 79-86). You can also use `apisix.fullCustomConfig` (values.yaml lines 335-340) to provide a complete custom `config.yaml` with your proxy_protocol settings. Additionally, consider setting `service.externalTrafficPolicy: Local` (values.yaml line 170) to preserve client source IPs at the Kubernetes service level. Closing as this is a usage question. If you still need help, please feel free to reopen. -- 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]
Re: [I] help request: Difficulty Configuring APISIX for Obtaining Client IP Behind Load Balancer in OVH Kubernetes Cluster #11138 [apisix-helm-chart]
adussarps commented on issue #748: URL: https://github.com/apache/apisix-helm-chart/issues/748#issuecomment-2049788157 I finally managed to successfully configure Apisix behind the load balancer. Here is a post with the answer to my question. https://stackoverflow.com/questions/78294247/apisix-real-ip-behind-an-ovh-loadbalancer-kubernetes/78310956#78310956 -- 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]
