HAProxy HAProxy is a popular open-source load balancer and reverse proxy. It's used by developers and system administrators to improve the performance and reliability of web applications by distributing traffic across multiple servers. Official docs: https://www.haproxy.org/docs/ HAProxy Overview - Server - Backend - Frontend - Load Balancer Working with HAProxy This skill uses the Membrane CLI to interact with HAProxy. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membra…