DevOps Infrastructure
HAProxy
The High Availability (HA)Proxy is an open-source very fast and reliable reverse proxy and load balancer. Over the years it has become a state of the art open-source product and is often deployed by default on popular cloud platforms. Basic Setup with Health Endpoint and Statistic Page For a first test, you can use the following HAProxy configuration file, which defines a frontend bound to port 80 and provides a health check endpoint as well Read more…