Interview Bootcamp
Ask Author
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...