I'd like a webserver to be notified if Kubernetes kills a pod and for what reason e.g. DEADLINE_EXCEEDED or OOM. Does Kubernetes have webhook functionality for this or some other mechanism where I can be told when it does something.
Asked
Active
Viewed 279 times
1 Answers
1
There isn't a webhook per-se, however there are kubernetes events that you can listen to.
Quick google turned up this article

Dan Murphy
- 548
- 2
- 13