Kubernetes (K8s) - Get alert from Prometheus/Grafana when a new container is not created with a period of time Kubernetes (K8s) - Get alert from Prometheus/Grafana when a new container is not created with a period of time kubernetes kubernetes

Kubernetes (K8s) - Get alert from Prometheus/Grafana when a new container is not created with a period of time


This is what you should do

  1. use event exporter to capture the events generated in kubernetes cluster
  2. get those events in promethues
  3. create prometheus rule to check for container/pod creation event
  4. get prometheus invoke alert via alert manager using the rule