Created new Grafana Alert rules, but its not firing alerts

Created Alert rule to fire alert based on the pod status “sum by (namespace) (kube_pod_status_ready{condition=“false”})”
With the threshold settings, am able to see couple of alerts are firing state. But once saved the rule, it always showing as normal. Routing doesn’t show any matching labels and no alerts are showing as firing after creating it

Welcome @soorajsasinair

It seems that your notifications are being routed by the default notification policy. Can you check the contact point associated to the default policy is receiving notifications correctly ? You can sent a test notification from the Contact point configuration page.

You can also check if a notification about your alert instance was routed and delivered by a policy by visiting the Notification policies page.

image

Have you added labels a notification policy to match the labels of your alert?