I have written an alert rule, which sends alert when kubernetes pod is not in running state (kube state metrics used here). But, I want to send an alert/notification again, once the same pod comes to running state. How is this possible?
Basically, I should be able to send that , it is running.
Thanks,
Guna