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

Generate a list of kubernetes pods along with their kubelet version in Dynatrace.

Hi, there

Is there a way either via API or DQL to generate list of kubernetes nodes, kubelet version and kubernetes clusters in Dynatrace?

Regards,

Srikanth

 

4 REPLIES 4

FYI.. I can get kubernetes cluster and node details using Data explorer via builtin:kubernetes.node.conditions

I can get this using DQL , something like below...

fetch dt.entity.kubernetes_node
| fieldsAdd kubeletVersion, kubernetesLabels, kubernetesNodeStates, kubernetesProviderType

florian_g
Dynatrace Mentor
Dynatrace Mentor

I can recommend starting in the Kubernets app for such use cases. E.g., go to the node list in the app (1), select the meta-data perspective (2), customize the columns you need (3), and finally click on the 3dots (4) to open the underlying DQL in a notebook (open with).

florian_g_0-1722245396311.png

 

One does not simply run a container...

Thank you @florian_g . I don't have access to this new feature in Kubernetes yet in our env. However, trying this out in playground looks pretty straightforward.

Featured Posts