cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace monitoring for Kubernetes Nodes

Bhanu1
Visitor

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

4 REPLIES 4

dannemca
DynaMight Guru
DynaMight Guru

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.

Site Reliability Engineer @ Kyndryl

Bhanu1
Visitor

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?

Mizső
DynaMight Leader
DynaMight Leader

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ő

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

Bhanu1
Visitor

Thank you. I will try this one.

Featured Posts