Cluster Provided Load Balancing Policy (proto)

This extension has the qualified name envoy.load_balancing_policies.cluster_provided

Note

This extension is intended to be robust against both untrusted downstream and upstream traffic.

Tip

This extension extends and can be used with the following extension category:

This extension must be configured with one of the following type URLs:

extensions.load_balancing_policies.cluster_provided.v3.ClusterProvided

[extensions.load_balancing_policies.cluster_provided.v3.ClusterProvided proto]

The cluster provided load balancing policy allows cluster to specify its own load balancing. If this extension is configured, the target cluster must provide load balancer when the cluster is created.

Note

Cluster provided load balancing policy could not be used as sub-policy of other hierarchical load balancing policies, such as subset load balancing policy.