Hi All,
Currently we are in a process of moving to istio service mesh. With our previous architecture we used nginx ingress controller to route traffic to inside cluster from CDN.
When we are routing traffic from CDN, nginx controller need to be hosted on 80 and 443. But if we replace this with istio ingress controller there’s no way to host this in mentioned ports?
I went through istio configuration and by default it’s starting with node port range 30000-32767
and is there way to fulfill my requirement.