load balancer strategy for microservices?
Kari Johansen
·4966 views
hey folks, im curious about the different strategies for load balancing requests across a growing set of microservices. weve been using a simple round-robin approach, but im wondering if we should be considering more sophisticated methods like least connections or ip hash, especially as services become more critical and traffic patterns vary. what trade-offs have you found most impactful when choosing a load balancing strategy in a microservice architecture
28 comments