Wednesday, October 13, 2021

Load balancing Web Application with HA Proxy

 In previous post, I have demonstrated how to use NGINX as the load balancer to devide load between application servers. Beside NginX, another popular software load balancer is HAProxy. HAProxy supports for Layer 4 (TCP) and Layer 7 (HTTP) protocol for load balancing. Read more

No comments:

Post a Comment