====== HAProxy ====== ===== Installation ===== * update the repository:sudo apt update && sudo apt upgrade -y * Install HAProxy:sudo apt install haproxy -y * Check the installed version:haproxy -v * Start and enable the service:sudo systemctl start haproxy sudo systemctl enable haproxy