Skip to content
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

Support L4 proxy CRDs in ExpressionRoutes mode #4312

Closed
4 tasks done
randmonkey opened this issue Jul 11, 2023 · 2 comments · Fixed by #4385
Closed
4 tasks done

Support L4 proxy CRDs in ExpressionRoutes mode #4312

randmonkey opened this issue Jul 11, 2023 · 2 comments · Fixed by #4385
Assignees
Labels
area/feature New feature or request
Milestone

Comments

@randmonkey
Copy link
Contributor

randmonkey commented Jul 11, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Problem Statement

Kong gateway will implement L4 proxy support of expressions router: Kong/kong#11071. When the Kong gateway part is finished, KIC should start to support the CRDs to specify L4 proxy configurations. The following CRDs are included:

  • TCPIngress
  • UDPIngress
  • TCPRoute
  • TLSRoute
  • UDPRoute

Proposed Solution

When ExpressionRoutes feature gate is enabled, and Kong gateway runs expressions router:

  • Translate the L4 proxy CRDs to expression based Kong routes if Kong gateway supports L4 proxy with expressions based router.
  • Otherwise, still disable translation of L4 proxy CRDs.

Additional information

No response

Acceptance Criteria

  • When Kong gateway supports L4 proxy in expression router, KIC translates the L4 proxy CRDs correctly
    • included CRDs: TCPIngres, UDPIngress, TCPRoute, UDPRoute, TLSRoute
  • when Kong gateway does not support them, still disable translation of the CRDs.

Tasks

  1. area/gateway-api
    randmonkey
  2. area/gateway-api
  3. area/feature
    rainest
  4. area/feature
    rainest
@mflendrich
Copy link
Contributor

Blocked by Kong/kong#11538 being released in Gateway 3.4.1

@randmonkey
Copy link
Contributor Author

close this since ALL CRDs are supported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants