kube-ingress-aws-controller icon indicating copy to clipboard operation
kube-ingress-aws-controller copied to clipboard

AWS NLB with UDP support

Open szuecs opened this issue 5 years ago • 2 comments

https://aws.amazon.com/blogs/aws/new-udp-load-balancing-for-network-load-balancer/

Might be interesting

szuecs avatar Jul 01 '19 18:07 szuecs

@szuecs how would UDP support fit into an ingress layer? I worked on #242 but it only supports TCP/TLS for now as I don't know how we could utilize UDP here.

mikkeloscar avatar Oct 25 '19 07:10 mikkeloscar

@mikkeloscar I think the first step is to understand how we can run behind NLB with packet forwarding instead of proxying. I would let UDP out of scope and would first focus on TCP/IP and SNI.

szuecs avatar Oct 25 '19 08:10 szuecs