Load Balancing Policy
- Config File Key:
lb_policy
- Type:
enum
- Optional
In presence of multiple upstreams, defines load balancing strategy between them.
See Envoy documentation for more details.
ROUND_ROBIN
(default)LEAST_REQUEST
and may be further configured usingleast_request_lb_config
RING_HASH
and may be further configured usingring_hash_lb_config
optionRANDOM
MAGLEV
and may be further configured usingmaglev_lb_config
option
Some policy types support additional configuration.