best-practices/graceful-shutdown/prestop #156
Replies: 1 comment
-
对于长连接有优雅终止的方案吗 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
best-practices/graceful-shutdown/prestop
若你的业务代码中没有处理 SIGTERM 信号,或者你无法控制使用的第三方库或系统来增加优雅终止的逻辑,也可以尝试为 Pod 配置下 preStop,在这里面实现优雅终止的逻辑,示例:
https://imroc.cc/kubernetes/best-practices/graceful-shutdown/prestop
Beta Was this translation helpful? Give feedback.
All reactions