Closed
Description
The current ingress resource doesn't support TCP services. It's likely to support this later; but, for now there needs to be some lower-level/controller-specific way of doing this.
Is there an undocumented way to provide ingress to TCP services.
If not, is there any ongoing development on a work-around for this. Ideally it would be a controller specific annotation and/or configmap that will allow dynamic deployment of TCP services via an ingress resource.
Currently, the kubernetes nginx-ingress-controller provides a work-around for staticly specifying TCP services; however, this isn't very useful for dynamic deployment of services (which is the whole purpose of the ingress facility).