Load Balancing Policy Config
Summary
When lb_policy
is configured, Load Balancing Policy Config allows you to further customize policy settings with one of the following options:
LEAST_REQUEST
RING_HASH
MAGLEV
How to configure
- Core
- Enterprise
- Kubernetes
Config file keys | Type | Usage |
---|---|---|
least_request_lb_config | object | optional |
ring_hash_lb_config | object | optional |
maglev_lb_config | object | optional |
Load Balancing Policy Config is a bootstrap configuration setting and is not configurable in the Console.
See Kubernetes Ingress for more information
See Load Balancing for example configurations