|
|
|
|
|
by paranoidrobot
459 days ago
|
|
I don't think it matters the framework, it's an issue with the ALB controller itself, not the application. The ALB controller doesn't handle gracefully stopping traffic (by ensuring target group de-registration is complete) before allowing the pod to terminate. Without a preStop, Kube immediately sends SIGTERM to your application. |
|