Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 Kubernetes 杀死一个 pod 以及出于什么原因,例如 DEADLINE_EXCEEDED 或 OOM,我希望网络服务器得到通知。Kubernetes 是否有针对这个或其他一些机制的 webhook 功能,当它做某事时我可以被告知。
本身没有 webhook,但是您可以收听一些 kubernetes 事件。
快速谷歌翻出这篇文章