Load Balancing Policy
- Config File Key:
lb_policy - Type:
enum - Optional
In presence of multiple upstream servers, defines load balancing strategy between them.
See Envoy documentation for more details.
ROUND_ROBIN(default)LEAST_REQUESTand may be further configured usingleast_request_lb_configRING_HASHand may be further configured usingring_hash_lb_configoptionRANDOMMAGLEVand may be further configured usingmaglev_lb_configoption
Some policy types support additional configuration.