Open mansoncui opened 3 years ago
https://github.mansoncui.com/2021/08/05/kubernetes/%E5%AE%B9%E5%99%A8%E5%BA%94%E7%94%A8%E4%BC%98%E9%9B%85%E5%85%B3%E9%97%AD/#more
通过Prestop参数调用1定义一个优雅关闭的脚本,通过 k8s-prestop 在关闭 POD 前调用优雅关闭脚本,实现 pod 优雅关闭。 shell脚本修改为exec执行1shell 中添加一个 exec 即可让应用进程替代当前 shell 进程,可将 SIGTERM 信号传递到业务层,让业务实现优雅关闭 通过init工具启动12使用 dump-init 或 tini 做为容器的
https://github.mansoncui.com/2021/08/05/kubernetes/%E5%AE%B9%E5%99%A8%E5%BA%94%E7%94%A8%E4%BC%98%E9%9B%85%E5%85%B3%E9%97%AD/#more
通过Prestop参数调用1定义一个优雅关闭的脚本,通过 k8s-prestop 在关闭 POD 前调用优雅关闭脚本,实现 pod 优雅关闭。 shell脚本修改为exec执行1shell 中添加一个 exec 即可让应用进程替代当前 shell 进程,可将 SIGTERM 信号传递到业务层,让业务实现优雅关闭 通过init工具启动12使用 dump-init 或 tini 做为容器的