
Stateful Routing: When Load Balancers Don’t Work
When it comes to scalable backend architecture, the load balancer has long reigned supreme. The best practices always say your backend services should be stateless so that you can scale up multiple replicas and stick them behind a load balancer, achieving horizontal scalability and high availability.
For 99% of the