-
Notifications
You must be signed in to change notification settings - Fork 571
add waypoint context to envoyfilter #3442
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
base: master
Are you sure you want to change the base?
Conversation
😊 Welcome @dprotaso! This is either your first contribution to the Istio api repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @dprotaso. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are to implement EnvoyFilter on waypoint I definitely think this is a step in the right direction. However, I don't think we yet have consensus that it is something that is desired at all. We probably would need to settle that before moving forward
I added my thoughts here: istio/istio#55149 (comment) |
f723931
to
ac648f2
Compare
We discussed this in a meeting recently, and we couldn't reach consensus that we need to implement envoy filter support in waypoint. |
IMO, you cannot add every features envoy supported into first class API. For RateLimit, ExtProc, we can support it by first class API. How to tweak some configuration in Cluster/Route/Listerner? If you search the github issue, lot of edge cases were fixed by EnvoyFilter, I don't think it won't happen in Waypoint. In the end, every vendor need to add EF support in their forks, that's the worst to the community. |
Yeah, I noticed istio/istio#55149 (comment) and we also need EF patching at waypoint. There could be many users affected. so +1 to @zirain. |
+1 I’d really love to see this PR land—EF support for Waypoint is an important step forward. It helps ensure a smooth migration path for existing sidecar users and builds confidence for those looking to adopt Ambient. Regarding the concern around unstable xDS and patch compatibility across Istio versions: I believe all EF users understand that patches can break and would take the necessary steps to validate them before upgrading. Giving users the option to move forward—while being aware of the risks—feels more empowering than blocking EF entirely due to potential issues. |
ac648f2
to
a2248a7
Compare
Personally i'd like to see same features applied to ambient as envoyfilter, it will benefit the community a lot. So LGTM |
@ramaraochavali wdyt? |
@linsun what are the specific concerns discussed in WG meeting for enabling Envoy filters for waypoints? |
Hey guys, |
Three use cases from us is
|
@adamplansky Good news is that at least retries are now available in the Gateway API experimental channel (introduced in https://gateway-api.sigs.k8s.io/geps/gep-1731/) and have been implemented in Istio in istio/istio#54800 Fault injection isn't supported yet, but please keep an eye on kubernetes-sigs/gateway-api#3575 and upvoting/commenting with your use case will help us prioritize it. |
@Yufeireal I'm hoping we can generate enough demand for rate-limiting in Gateway API to reopen kubernetes-sigs/gateway-api#326 - a few other implementations have already been experimenting with impl-specific approaches to this and I hope we can get it into the actual spec soon. |
For local ratelimit, we can proposal a route filter to support it. But it's hard for global, as we need to config RLS backend at the same time. For such features, there is always a place for EF in Ambient. |
Sorry didn't see this earlier, mainly maintenance/support concerns and potential breakage. I think this topic also being discussed in last week's TOC mtg which may have a more recent update. cc @istio/technical-oversight-committee |
Part of istio/istio#43720
/assign @howardjohn