I'm trying to route incoming traffic into specific pods inside Kubernetes: As suggested here: Is it possible to specific custom rules for running new containers in Kubernetes/Docker?
I tried to use Ingress. Unfortunetly it seems to work only with http and I need to route traffic incoming from UDP.
Using config map I can't map specific URLs to specific services.
Any ideas on how to handle it ?