Hi,
I know that kubernetes ingress does not support TCP connections.
But websocket connections can be routed by the ingress. (I already did this with an other application)
So I guess this should be possible for a websocket connection to NATS too. But I can't get it work.
Is it generally possible to establish a websocket connection from outside the cluster to NATS running in the cluster by using an Ingress?
(If so I can provide additional information)
Thanks a lot,
Daniel