22 Nov 2022 07:05 PM
Is there an out of box configuration in Dynatrace which can send an alert if any of the Kubernetes nodes are not in ready state or if they have "unschedulable" taints to them
Solved! Go to Solution.
22 Nov 2022 07:28 PM
Hi @Bhanu1 , starting in SaaS 1.254, you have out-of-the-box kubernetes Alerting: https://www.dynatrace.com/support/help/how-to-use-dynatrace/infrastructure-monitoring/container-plat...
Check if that fits your needs.
22 Nov 2022 07:48 PM
Thank you for pointing this. We are using 1.252 right now. For this version, do you know if we can set up any custom logs and create an alert based of off that?
22 Nov 2022 07:59 PM
Hi @Bhanu1,
You can use this in 1.252 at custom events for alerting and you can create a table or top list visualization in data explorer:
builtin:kubernetes.nodes:filter(and(or(ne(node_condition_ready,True)))):splitBy():avg:auto:sort(value(avg,descending))
Best regards,
Mizső
22 Nov 2022 08:03 PM
Thank you. I will try this one.