istio v1.31.0

DestinationRule.spec.subsets[].trafficPolicy.loadBalancer

Settings controlling the load balancer algorithms.

6 fields
DestinationRule.spec.subsets[].trafficPolicy.loadBalancer fields and descriptions
Field / TypeDescription
object

Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties.

object

Locality load balancer settings.

simple
string

Standard load balancing algorithms that require no tuning. Valid Options: LEAST_CONN, RANDOM, PASSTHROUGH, ROUND_ROBIN, LEAST_REQUEST

  • enum: ["UNSPECIFIED","LEAST_CONN","RANDOM","PASSTHROUGH","ROUND_ROBIN","LEAST_REQUEST"]
object

Represents the warmup configuration of Service.

warmupDurationSecs
string

Deprecated: use `warmup` instead.

  • x-kubernetes-validations: [{"message":"must be a valid duration greater than 1ms","rule":"duration(self) \u003e= duration('1ms')"}]
object

Zone Aware load balancer settings.