istio v1.31.0
DestinationRule.spec.trafficPolicy.loadBalancer.consistentHash
Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties.
| Field / Type | Description |
|---|---|
Hash based on HTTP cookie. | |
httpHeaderName | Hash based on a specific HTTP header. |
httpQueryParameterName | Hash based on a specific HTTP query parameter. |
The Maglev load balancer implements consistent hashing to backend hosts. | |
minimumRingSize | Deprecated.
|
The ring/modulo hash load balancer implements consistent hashing to backend hosts. | |
useSourceIp | Hash based on the source IP address. |