-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
communityenhancementNew feature or requestNew feature or requeststalePull requests/issues with no activityPull requests/issues with no activity
Description
Is your enhancement request related to a problem? Please describe.
Currently, NGF only supports HTTPRoute and TLSRoute, lacking support for TCPRoute and UDPRoute. This makes it impossible to manage Layer 4 (TCP/UDP) traffic through Gateway API.
What would you like to be added:
Add basic support for TCPRoute and UDPRoute in NGF, including:
- Implement controllers for TCPRoute and UDPRoute to watch and process these resources.
- Support associating a single backend Service in the route rules.
- Generate corresponding NGINX stream configurations to enable Layer 4 load balancing (e.g., distributing TCP traffic to multiple pods behind a Service).
Why this is needed:
Many users need to manage TCP-based services (e.g., databases, message queues) alongside HTTP services.
Additional context
Add any other context or screenshots about the enhancement request here.


Metadata
Metadata
Assignees
Labels
communityenhancementNew feature or requestNew feature or requeststalePull requests/issues with no activityPull requests/issues with no activity
Type
Projects
Status
🆕 New