I do have multitenant service. Each tenant can be served by one of the specific machines in the cluster. There is a also a service which knows where the specific tenant is loaded now.
Can I configure envoyproxy as a gateway, in a way it will route requests to the specific machine where tenant is loaded? Tenant id is in the URL.
So what I want is to configure envoy in way it asks another service where to route the request?