Publishing UDP ports in Docker containers
Bob
I've recently tried to deploy a docker container using the DigitalOcean app platform and came across some issues with publishing exposed ports.
My app requires 3 UDP ports to be published (and 1 TCP port). However DigitalOcean does not support UDP ports for docker containers, which makes it impossible for me to host this container on the app platform.
I would like to be able to publish multiple ports, both TCP and UDP.
A
Aaron de Bruyn
I would love to see UDP support for DO K8S LoadBalancers