Brian Kopp
Brian Kopp
This is indeed a problem that exists in kubernetes generally, not just ALB. We ran into this a lot using classic load balancers in proxy mode to nging ingress with...
IIRC, sidecar for this sort of thing is a trap since a prestop hook interrupts the sigterm for *its* container, not all containers. Your http container would get its sigterm...
Ok I see what you were suggesting. I mean, if the requirement is that we cannot place any runtime demands on the http container, then yes we would need some...
In your testing, did the target group state for the target show the ip as draining while it was receiving packets still? Did it receive packets after the target dropped...
Is this related? https://github.com/kubernetes-csi/external-attacher/issues/215
Hi sirwart! Thanks for the reply! You're correct. The latest code on main does produce that expected behavior!