-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[feat: gw api] Add Rules CRD for customizing Gateway API L7 routes #4265
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
Conversation
you might wanna fix unit test |
…th ELB-specific features
I added comments originally, but I see the intent now to specifically support Auth actions. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shraddhabang, zac-nixon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add ListenerRuleConfiguration CRD for customizing Gateway API L7 routes with ELB-specific features
Summary
This PR introduces a new custom resource definition (CRD) called
ListenerRuleConfiguration
that extends Gateway API's HTTPRoute capabilities with AWS Application Load Balancer (ALB) specific features. This implementation bridges the functionality gap between Gateway API's current feature set and AWS ALB's advanced capabilities.Problem Statement
While Gateway API provides a standardized way to manage ingress traffic across Kubernetes clusters, it currently lacks native support for several AWS ALB-specific features that customers rely on, such as:
Solution
We've implemented a new
RuleConfiguration
CRD that can be attached to HTTPRoutes using anExtensionRef
filter. This approach:The CRD allows users to configure:
Design Considerations
Usage
Users can reference the ListenerRuleConfiguration in their HTTPRoutes:
With a corresponding RuleConfiguration:
Documentation
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯