It's come to my attention that NLB does not support UDP, or any other type of LoadBalancer on AWS. I am deploying an application on Kubernetes with the following constraints:
Any guidance would be appreciate!
Seems like UDP LBs are on the roadmap for AWS, but still unavailable according to this. But DNS round-robin, and setting up your own LB are common approaches mentioned in the community to address the lack of UDP support for AWS LB services.
Hope this helps!