Issue description
I’m trying to expose TCP Services that are located in a different namespace from APISIX.
TCP routing works when the backend Service is in the same namespace as the ApisixRoute, but fails when the Service is in another namespace.
Question:
What is the recommended or officially supported way to proxy TCP (stream) traffic to Kubernetes Services located in other namespaces?
Environment
- apisix-ingress-controller version 2.0.0-rc5
- kubernetes version 1.24.17