Crio-Bytes / System-Design

Master repo regarding System-Design related MicroBytes.
MIT License
6 stars 7 forks source link

Traffic Cop - Learn Load Balancer using HAProxy #4

Closed jain-yakshit-1 closed 4 years ago

jain-yakshit-1 commented 4 years ago

MicroByte Title: Traffic Cop - Learn Load Balancer using HAProxy

Domain: System Design, Networking

Scope of learning for learners: Learners will get an idea of how the systems in the real world are made scalable and handle millions of requests by routing the requests to various machines in the cluster using Load Balancer.

Activities: The MicroByte activities will start with 1) Experience real-world load balancer of google.com 2) Installation of HA-proxy 3) Launch server applications with different ports. 4) Configure HA-Proxy to load balance server with different load balancing strategies.

amoghrajesh commented 4 years ago

Hey @jnana-cetana. We have assigned this issue to you. You can start working on this. Please keep in mind the learn by doing methodology and we can't wait to review this one 😄 All the best!

jain-yakshit-1 commented 4 years ago

Completed the Creation of Micro-Byte. Please have a look!