I’m using haproxy to load balance http servers.
Each server for specific backend is set with maxconn=1
Also, I’m using dns discovery to find the servers for the backend.
The behavior I’m seeing is, when multiple new instances of the service spawn (with autoscaling) few servers receive more than 1 request, not meeting the max on requirement.
Any idea what is wrong?
1 post - 1 participant