|
|
|
|
|
by toast0
1150 days ago
|
|
For better or worse, a lot of services are built around layer 7 http load balancing, which means the balancer (or something in front of it) needs to unwrap the TLS before it gets to origins. Once you start sending /foo to one group of servers and /bar to another, you're stuck with a load balancer that sees all the content. |
|
HTTP being stateless, the LB can in theory distribute those requests to distinct hosts.