-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to configure Zone aware routing using Envoy Proxy #7401
Comments
Update: Had a discussion with @blake and found that this can be accomplished by creating service subsets. For example, you can place all your service instances under a default subset, let's say |
#6417 is linked to this. |
I'm interested in using service subsets to accomplish this today. @vilva42 were you able to get this working? |
@dschaaff I haven't. We decided to move on from service mesh as we were on ECS and the integration was complex. |
Hello, any issues about this issue ? |
Any update on this. Not sure if this issue is resolved but the issue remains open. |
A must have, any news? |
This feature is available in Consul Enterprise 1.17 and HCP Consul, as described in https://developer.hashicorp.com/consul/docs/v1.17.x/connect/manage-traffic/route-to-local-upstreams. As this is the official, supported solution from HashiCorp, we consider this issue to be resolved. Thanks so much for your interest and feedback! |
Feature Description
Envoy allows you to configure zone aware routing for which you need to set
cluster_type
as EDS and locality information. It would be nice if there's a way to configure it through bootstrap options or provide guidance on how to accomplish this through Connect's L7 configs.Use Case(s)
We would like to limit cross-AZ traffic.
The text was updated successfully, but these errors were encountered: