Is there a way to load balance based on the incoming port specified in the URL while using kubernetes. For ex: xyz.com:10021 should direct to a specific service port and xyz.com:10025 should direct to another service port.
Similar to path based mapping in ingress , is it possible to do it based on the port ??
I managed to have it done using https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/