.. _envoy_v3_api_file_envoy/extensions/clusters/aggregate/v3/cluster.proto: Aggregate cluster configuration (proto) ======================================= .. _envoy_v3_api_msg_extensions.clusters.aggregate.v3.ClusterConfig: extensions.clusters.aggregate.v3.ClusterConfig ---------------------------------------------- :repo:`[extensions.clusters.aggregate.v3.ClusterConfig proto] ` Configuration for the aggregate cluster. See the :ref:`architecture overview ` for more information. .. _extension_envoy.clusters.aggregate: This extension has the qualified name ``envoy.clusters.aggregate`` .. note:: This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted. .. tip:: This extension extends and can be used with the following extension category: - :ref:`envoy.clusters ` .. code-block:: json :force: { "clusters": [] } .. _envoy_v3_api_field_extensions.clusters.aggregate.v3.ClusterConfig.clusters: clusters (**repeated** `string `_, *REQUIRED*) Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they appear in this list.