Skip to content
Discussion options

You must be logged in to vote

Stream routes (TCP/UDP) are not supported via CRDs in the APISIX Ingress Controller as of now—even if your CRD syncs and shows "ResourcesAvailable," the route will not be active in the data-plane. This is a known limitation, confirmed in the official documentation and CRD reference, which state that stream routes must be configured using the Admin API or standalone file mode, not CRDs.

The reason is architectural: the Ingress Controller manages HTTP routes, but stream routes use a separate subsystem that doesn't receive updates from CRDs (details). Recent updates have improved stream route support for Admin API and standalone mode (PR #12604), but CRD support is not included.

For now, ke…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Secret629
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant