kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.96k stars 1.47k forks source link

Support NLB TCP idle timeout #3843

Open eaterm opened 3 months ago

eaterm commented 3 months ago

Is your feature request related to a problem? We are using NLB's with services that have long running idle connections. Now we have configured some keepalive in the nginx controller. This is custom and the controller doesn't support it by default.

Describe the solution you'd like Add support for the new AWS feature to change the idle timeout of a NLB. https://aws.amazon.com/about-aws/whats-new/2024/09/aws-network-load-balancer-tcp-idle-timeout/

andreybutenko commented 2 months ago

Hi from the Elastic Load Balancing team! @wweiwei-li is actively working on adding support for this :) We will share details soon

wweiwei-li commented 2 months ago

Hey, the listener attributes support will be part of the v2.9.0 release, which is targeted for the end of sept now.

zac-nixon commented 2 months ago

/kind feature