This handles Kubernetes monitoring through Dynatrace DQL queries, covering cluster health, pod failures, resource optimization, and security posture. You'll use it when debugging OOMKills, tracking pod restarts, analyzing node capacity, or finding over-provisioned workloads. The skill includes both metrics-based troubleshooting (CPU usage, restart counts) and event-based analysis through Kubernetes operational events. One smart detail: it clearly separates K8S_POD entities from CONTAINER entities and shows how to traverse between them, which saves you from common query mistakes. Best for infrastructure-level K8s work rather than application metrics or distributed tracing.
npx skills add https://github.com/dynatrace/dynatrace-for-ai --skill dt-obs-kubernetes