HAProxy Enterprise Documentation 2.7r1

Service Reliability

HAProxy Enterprise provides several ways to protect against unexpected service outages such as offline web servers and network problems. The causes of outages can vary, but once you understand them, you can begin to determine which features provide the greatest degree of fault tolerant service and reliability.

In this section, learn how to improve service reliability by implementing features that overcome unexpected network, server, and protocol failures.

Health Checking

Enable health checks that monitor the status of your servers.

Retries and Redispatches

How to handle TCP connection and HTTP request failures.

Circuit Breakers

Use a circuit breaker to take proxied microservices off line when they fail.


Next up

Health Checking