Kibana Alert for Pod frequently bounded

I noticed some of pods are getting goes down and new one is created.
What is the most suitable way to detect and set an alert for any K8s deployment that one or more of pods get frequently go down and new one created.
For example, I like to detect the resource that the x number of down and up within y time duration using Elastic observability (Metric and Log).

I use ELK 7.7 with MetricBeat for K8s module and kube-state-metrics

1 Like

In our upcoming 7.9 release we'll have support for alerting on X down checks over Y time duration on a per monitor basis. I think that will cover this case!

Thanks for this information. It is nice to know this feature is coming soon. Would you share when 7.9 will be released?

7.9 release is out.
Would you show me how to do alerting on X down checks over Y time duration on a per monitor basis.

I think this is related to metrics app, are you trying to create alert in uptime app or metric app?

I am sorry I don't understand your question on "uptime app" or "metric app".

For example, I deploy application ABC with 5 replica onto Kubernetes.
I would like to detect any replica of ABC Pod goes down and starts so frequently (such as 3 restarts within last 2 minutes)
I currently use ELK 7.7 with MetricBeat for K8s module and kube-state-metrics.
Thanks,

This topic was automatically closed 24 days after the last reply. New replies are no longer allowed.