When I create a UDP NodePort service and try to access my application from a Node thats not running the pod I cannot reach the app on the pod, if I try to access the pod with the cluster IP of the service from a node that is not running the POD it works great. it seems that there should be a port mapping from the NodePort to the cluster IP but it does not happens (If I try accessing the application from a node that is running the POd everything works great).
This behavior happens only on istio enabled namespaces, with and without the istio sidecar attached to the port.
ossm version: servicemeshoperator.v2.3.0