- Ever wonder how Facebook, Linkedin, Twitter and other web giants are handling such huge amounts of traffic? They don’t have just one server, but tens of thousands of them. In order to achieve this, web traffic needs to be distributed to these servers, and that is the role of a load-balancer.
- Our web stack is being enhanced to incorporate redundancy for our web servers. This improvement will enable us to accommodate increased traffic by doubling the number of web servers, thereby enhancing the reliability of our infrastructure. In the event of a failure in one web server, a second one will remain operational to handle requests.
In this project, Bash scripts is writen to automate the work. All scripts are designed to configure a brand new Ubuntu server to match the task requirements.
If you are looking up to install Debian/Ubuntu HAProxy packages you can click on this: Packages