1

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.

nickponline
  • 25,354
  • 32
  • 99
  • 167

1 Answers1

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