Skip to content

Commit b72b318

Browse files
authored
Update README.md (#6932)
added the detailed about the type of load balancing envoy is configured for
1 parent 808c553 commit b72b318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-gb/architecture/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ This service handles the flow of data between components in a pipeline, using Ka
5656

5757
### Envoy
5858

59-
This service manages the proxying of requests to the correct servers including load balancing.
59+
Envoy acts as the request proxy for Seldon Core 2, routing traffic to the appropriate inference servers and handling load balancing across available replicas. Envoy configuration of Seldon Core 2 uses [weighted least-request](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancers#weighted-least-request) load balancing, which dynamically distributes traffic based on both replica weights and current load, helping ensure efficient and stable request routing.
60+
6061

6162
## Dataflow Architecture and Pipelines
6263

0 commit comments

Comments
 (0)