Load Balancer Internals Pt 2 - Handling HTTP Requests
When the load balancer receives a HTTP request, the following events occur:
It applies a load balancing algorithm, like round-robin, to choose a server to which the request must be forwarded.
Once a server has been chosen, the load balancer must se...
kmt-engineering-blog.hashnode.dev10 min read