26 Dec 2024
08:55 AM
- last edited on
24 Nov 2025
01:46 PM
by
MaciejNeumann
I need to create an alert in Dynatrace for a DaemonSet to trigger a problem if any pod is not running or goes down, regardless of the node count. For example:
Each cluster has a Fluentd DaemonSet running on all nodes. The alert should dynamically monitor all clusters and generate a problem if any DaemonSet pod fails, without relying on a fixed threshold, as node counts vary across clusters.
24 Nov 2025 01:45 PM
Hello @Gyanendra,
Here is a Documentation article about Node alerts:
Alert on common Kubernetes/Openshift issues - Node alerts
Available alerts are including detecting node readiness issues and detecting problematic node conditions. Would those solve your use case?
Right below the table in the article you can check Node metrics and DQL queries, that are used for creating those alerts.