Load balancer TCP/HTTP haute disponibilité et ultra-performant. HAProxy offre répartition de charge sophistiquée, health checks, SSL termination avec latence minimale pour architectures critiques.
sudo apt install haproxy # Debian/Ubuntu
# sudo dnf install haproxy # Fedora/RHEL
# brew install haproxy # macOS
sudo systemctl start haproxy && sudo systemctl enable haproxy
haproxy -c -f /etc/haproxy/haproxy.cfg
haproxy -v && sudo systemctl status haproxy
sudo apt install haproxy # Debian/Ubuntu
# sudo dnf install haproxy # Fedora/RHEL
# brew install haproxy # macOSsudo systemctl start haproxy && sudo systemctl enable haproxyhaproxy -c -f /etc/haproxy/haproxy.cfghaproxy -v && sudo systemctl status haproxy