(no title)
greenhatman | 3 years ago
The point is, if a client makes a request to a server, the response should always be the same, no matter where the load balancer sends the request to. Which means it should run the same code.
Nginx doesn't even mention route based or endpoint based load balancing in their docs. Maybe they don't consider it load balancing either.
SgtBastard|3 years ago
Describes exactly what I’m talking about.
greenhatman|3 years ago
Just because Nginx is doing it, doesn't mean it's load balancing. It's an extra function tacked onto a load balancer.