Back to course home
0% completed
Vote For New Content
In case of a 7 application , where the servers are added and removed dynamically and are short lived , which type of Load Balancer s used
rvigneshramanujam
Dec 20, 2025
In case of a Microservice application , where the servers are added and removed dynamically and are short lived , which type of Load Balancer algorithm s used
0
0
Comments
M
mkoriya.py 2 months ago
They use combination of L7 and L4 load balancer, if we take example of microservices architecture with Kubernetes
client -> api gateway (L7 load balancer with auth, rate limit, routing configs) -> Kubernetes Service (L4 load balancer using kube-proxy, where default alg...
On this page
- Round Robin
Use Cases
- Least Connections
Use Cases
Comparison to Round Robin
- Weighted Round Robin
Pros
Cons
Use Cases
- Weighted Least Connections
Pros
Cons
Use Cases
- IP Hash
Example
Pros
Cons
Use Cases
- Least Response Time
How Least Response Time Load Balancing Works
Pros
Cons
Use Cases
- Random
Pros
Cons
Use Cases
- Least Bandwidth
Pros
Cons
Use Cases
- Custom Load
How Custom Load Load Balancing Works
Pros
Cons
Use Cases