Nginx – APISIX real ip behind an OVH LoadBalancer (Kubernetes)
I'm currently working on configuring my API Gateway, specifically Apisix in an OVH managed cluster, which I've deployed via Helm, to ensure that it forwards the real client IP addresses instead of the IP of the load balancer. I found…