How to alert when specific HPA's desiredReplicas is not equal to currentReplicas

99 views Asked by At

I have kubernets setup where I am implementing KEDA solution for autoscaling. KEDA is creating HPA for autoscaling and I would like monitor this solution to see if only HPA that is spun up by KEDA is having desiredReplicas equal to currentReplicas, if not then alert in DataDog. Any thoughts on how I can filter on HPA's that are spun up by KEDA by putting some filter in Datadog? And then checking its replicas to alert?

0

There are 0 answers