I've just deployed a k3d cluster.
I don't quite figure out how to open a udp port in order to build an ingress rule.
Traefik is used as ingress controller.
Any ideas?
You define an entryPoints as below. Use Traefik version 2.2.0-rc1
## Static configuration
entryPoints:
streaming:
address: ":1704/udp"
The UDP feature is limited by