Search code examples
envoyproxy

In Envoy , how to perform zone aware routing only for request with specific header values?


click here for image

Goal is to allow cross zone routing for request with header header_value=1 and for header_value=2 , only to local cluster as shown in attached image.

How can i achieve this.?


Solution

  • manged to solve this with adding new cluster and route based on header.