mirror of https://github.com/status-im/consul.git
Load Balancer addition (#15583)
This commit is contained in:
parent
62205d60cc
commit
73e2b96f9f
|
@ -28,6 +28,7 @@ Be aware of the following changes and their impact on your network's performance
|
|||
1. Consul servers consume additional resources in order to generate xDS resources for Envoy proxies. In our internal load tests, performing at high scale and churn resulted in additional CPU utilization rates under 10% on the control plane.
|
||||
1. As you deploy more services, the resource usage for dataplanes grows on a linear scale.
|
||||
1. Envoy reconfigurations are rate limited to prevent excessive configuration changes from generating significant load on the servers.
|
||||
1. To avoid generating significant load on an individual server, proxy configuration is load balanced proactively.
|
||||
1. The frequency of the orchestrator's liveness and readiness probes determine how quickly Consul's control plane can become aware of failures. There is no impact on service mesh applications, however, as Envoy proxies have a passive ability to detect endpoint failure and steer traffic to healthy instances.
|
||||
|
||||
## Benefits
|
||||
|
|
Loading…
Reference in New Issue