Products
...
Load Balancer
What should I do if my load balancer is not distributing traffic evenly
0 min
if your load balancer isnโt distributing traffic evenly, here are some troubleshooting options to follow check sticky sessions if sticky sessions (lbcookie, appcookie, sourcebased) are enabled, clients may consistently connect to the same backend โ which is expected behavior solution disable sticky sessions if you want even traffic distribution for stateless workloads verify health checks if one or more backend servers are marked as unhealthy, the load balancer will stop sending traffic to them solution check health check paths, timeouts, and ensure the backend app is responding properly backend server performance load balancers may avoid overloaded or slow servers solution monitor cpu, ram, and application health on each server to ensure even capacity client behavior some clients (e g , mobile apps or nated networks) may re use the same connection or ip, appearing as uneven traffic solution use logs and analytics to confirm whether uneven load is caused by real user patterns