16.Install and Configure HaProxy LBR
Lab Information There is a static website running in Stratos Datacenter. They have already configured the app servers and code is already deployed there. To make it work properly, they need to conf...

Source: DEV Community
Lab Information There is a static website running in Stratos Datacenter. They have already configured the app servers and code is already deployed there. To make it work properly, they need to configure LBR server. There are number of options for that, but team has decided to go with HAproxy. FYI, apache is running on port 6100 on all app servers. Complete this task as per below details. a. Install and configure HAproxy on LBR server using yum only and make sure all app servers are added to HAproxy load balancer. HAproxy must serve on default http port (Note: Please do not remove stats socket /var/lib/haproxy/stats entry from haproxy default config.). b. Once done, you can access the website using curl http://localhost:80 on the LBR server. Lab Solutions 🧭 Part 1: Lab Step-by-Step Guidelines Objective Configure HAProxy on LBR Server (stlb01) to load balance traffic to all app servers. Requirement Value Load balancer HAProxy LBR server stlb01 Backend servers stapp01, stapp02, stapp03 A