-
Notifications
You must be signed in to change notification settings - Fork 493
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
Extensions for gateway #3320
Comments
@daixiang0 Gateway API already supports extending the API using PolicyAttachments https://gateway-api.sigs.k8s.io/geps/gep-713/ |
I knew it but it can not support some features like this feature in Kong. Those features are not in policy field but implemented in the gateway. |
The gateway can define its own policy. For example, HTNN defines the FilterPolicy to run plugins: https://github.com/mosn/htnn/blob/main/site/content/en/docs/concept/filterpolicy.md |
I am confused about those belongs, now we have GEP, but for example, HTNN still use |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What would you like to be added:
Add Extension API for gateway.
Why this is needed:
Optimize ease of use, flexibility and scalability.
Now every gateway implement has its own unique features while Kubernetes Gateway API cannot cover them.
It is ok that users use Gateway API + specific gateway API, but would be better if only use Gateway API.
In addition to ease of use issues, more flexibility would be introduced by Extension API. As we know, bring a new feature into Gateway API usually speed much time, During this time, Extension API can help as well.
Full design is as https://docs.google.com/document/d/1FjUEKtpymVrY0xAyZVz1nnVB1fryHU7s9XWE6C3Bsww/edit?usp=sharing
The text was updated successfully, but these errors were encountered: