dushaoshuai / dushaoshuai.github.io

https://www.shuai.host
0 stars 0 forks source link

k8s: pod 的优雅终止(graceful termination) #128

Open dushaoshuai opened 1 year ago

dushaoshuai commented 1 year ago

pod 代表一组进程,当 pod 终止时,应该让这些进程 gracefully terminate,让它们有机会完成清理操作,而不是使用 KILL 信号直接将它们终止。

参见