wolfogre / blog-utterances

utterances of my blog.
5 stars 0 forks source link

实验验证 kubernetes PostStart 钩子的执行时机 #35

Open wolfogre opened 5 years ago

wolfogre commented 5 years ago

https://blog.wolfogre.com/posts/kubernetes-post-start/

RoyShen12 commented 5 years ago

最近时间这么紧张吗,博客也写的很匆忙

wolfogre commented 5 years ago

@RoyShen12 筚路蓝缕,以启山林,但愿付出能有所得。😂

panpanli521 commented 5 years ago

请问 如何验证PreStop是否执行了呢?谢谢~

wolfogre commented 5 years ago

@panpanli521 你的意思是 pod delete 了之后你也看不到日志了,很难知道 PreStop 是否执行了是吗?我的想法是可以给 pod 挂载一个 PV,把日志持久化到磁盘,或者在 PreStop 里加一句 curl,访问其他提供 pod 提供的 http server,再查看 http server 日志。