# Which load balancing solutions have real-time health checks and automatic failover for redundant servers?

<p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true">Hello G2 folks, we're looking at load balancers with real-time health checks and automatic failover across redundant servers, so a dead backend never reaches a user. What we're hoping to find:</p><ul>
<li>Continuous health checks that catch a failing server fast</li>
<li>Automatic failover to healthy nodes with no manual step</li>
<li>Confidence it works before we actually need it</li>
</ul><p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true">From the<a class="a a--md" elv="true" href="https://www.g2.com/categories/load-balancing"> </a><a class="a a--md" elv="true" href="https://www.g2.com/categories/load-balancing">load balancing</a> category:</p><ul>
<li>
<a class="a a--md" elv="true" href="https://www.g2.com/products/aws-elastic-load-balancing/reviews"><strong>AWS Elastic Load Balancing</strong></a>: health checks route only to healthy targets and redirect on failure automatically.</li>
<li>
<a class="a a--md" elv="true" href="https://www.g2.com/products/google-cloud-load-balancing/reviews"><strong>Google Cloud Load Balancing</strong></a>: reviewers say it continuously checks server health so only healthy servers get traffic.</li>
<li>
<a class="a a--md" elv="true" href="https://www.g2.com/products/progress-kemp-loadmaster/reviews"><strong>Progress Kemp LoadMaster</strong></a>: health monitoring and templates give a quick read on virtual service health.</li>
<li>
<a class="a a--md" elv="true" href="https://www.g2.com/products/haproxy/reviews"><strong>HAProxy</strong></a>: sophisticated health checks reviewers credit with removing unhealthy servers before users hit errors.</li>
<li>
<a class="a a--md" elv="true" href="https://www.g2.com/products/azure-application-gateway/reviews"><strong>Azure Application Gateway</strong></a>: backend health checks that confirm whether servers are up.</li>
</ul><p class="elv-tracking-normal elv-text-default elv-font-figtree elv-text-base elv-leading-base elv-font-normal" elv="true">For teams relying on this, whose health checks and failover actually caught a real outage? And how did you test failover before trusting it in production?</p>

##### Post Metadata
- Posted at: 22 days ago
- Author title: Marketer
- Net upvotes: 1


## Comments
### Comment 1

The way most teams actually test this, deliberately killing a server to confirm failover triggers, tests a different failure mode than the one that usually causes real damage. A killed server produces an unambiguous signal, no response at all, which a basic health check catches easily. The dangerous case in production is a server that&#39;s still technically answering health checks, still returning HTTP 200, but serving degraded or wrong results to real users, a &quot;gray failure&quot; that a simple health check configuration won&#39;t catch at all, since it&#39;s checking whether the server responds, not whether the response is actually correct. So &quot;confidence it works before you need it&quot; from a deliberate test and &quot;it actually caught the outage that mattered&quot; can be two different claims, and the gap between them is usually the health check&#39;s depth, whether it&#39;s just checking liveness or actually validating response correctness.

##### Comment Metadata
- Posted at: 17 days ago
- Author title: Tech Consultant





## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: over 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: over 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: over 13 years ago
  - Comments: 4


