System-Design/Load-Balancers/Load-Balancer #6
Replies: 1 comment 1 reply
-
What are the popular routing types for load balancers? Eg Weight-based routings |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System-Design/Load-Balancers/Load-Balancer
Abstract § A Reverse Proxy (反向代理) that does Load Balancing 2 types Application Load Balancer and Network Load Balancer. The example above is an External Application Load Balancer Benefits § Failover Capability § If one server goes offline, all the traffic will be routed to other servers by Load Balancer.
https://notes.yxy.ninja/System-Design/Load-Balancers/Load-Balancer
Beta Was this translation helpful? Give feedback.
All reactions