Skip to main content

Automating HAProxy – Safe Deployment and Soft Restarts

One of HAProxy’s most powerful features is its ability to reload configurations gracefully. If the new configuration has errors but the previous version is still in memory, HAProxy will continue running with the last known-good config while logging the failure.

Automating HAProxy – Configuration Management

Since HAProxy configurations can become unwieldy and difficult to manage, I designed and implemented a tool that lets me maintain a single, living document defining the business logic.