Add UDP support port to Rancher ingress

How to add UDP load balancer in the Add Ingress

Ingress is a layer-7 router for HTTP requests. It doesn’t deal with UDP (or arbitrary TCP). You want a layer 4 service load balancer (Service resource with type=LoadBalancer), which requires the cluster be configured with a cloud-provider that knows how to create a balancer.