I want to deploy mqtt broker with tcp port 1883 and terminate ssl out of broker.
I know how to open tcp port with haproxy-ingress
and nginx-ingress
but don't know how I can use ssl terminate with it.
I want to deploy mqtt broker with tcp port 1883 and terminate ssl out of broker.
I know how to open tcp port with haproxy-ingress
and nginx-ingress
but don't know how I can use ssl terminate with it.
It's a known issue and there is the information about designing the TCP LB with our CRDs, and this will include SSL termination by Nginx. Unfortunately, it was not released yet, but there is an useful workarounds described here. Please try these solutions and if there doesn't work, please follow this thread in GitHub issue and wait for any update of that upcoming release (someday).