I am using HAproxy 2.8.1 for loadbalancing a set of backend statefulset pods in Kubernetes. Does anyone knows if there is a HAProxy limit for SRV records while using server-templates, it seems it is not able to return more than 5 SRV records and requests are not getting forwarded to other statefulset pods beyond 5. Did a nslookup from haproxy container and it returns only 5 records while if we do the same nslookup from a different container its able to return full set of SRV records corresponding to pods managed by the kubernetes headless service.
1 post - 1 participant