AlinsRan commented on issue #2668:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2668#issuecomment-3605637777
> Hi š, thanks for your reply! I would like to ask if there is a specific
method or documentation example for exposing TCP services in other namespaces.
Iām encountering some issues when trying to expose TCP services across
namespaces, so having a concrete example or step-by-step guide would be really
helpful. Thanks!
Perhaps we can use ExternalName's service to bypass it?
```yaml
apiVersion: v1
kind: Service
metadata:
namespace: v1
name: tcp-server-proxy
spec:
type: ExternalName
externalName: tcp-service-backend.v2.svc
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]