The scenario
A platform team runs a production EKS cluster across several namespaces. CPU alerts are intermittent but investigation is slow—engineers run manualkubectl commands across hundreds of pods to correlate logs, metrics, and events.

Manual Kubernetes troubleshooting challenges
The team asks Kai to assess the cluster end-to-end, identify resource waste, and recommend autoscaling policies where they are missing.Walkthrough
What made this work
- Kai queries the cluster API directly, replacing manual
kubectlsessions and tool-switching. - Cross-layer correlation links pod utilization, node capacity, and scheduling patterns in a single analysis pass.
#reportand#chartproduce structured output Kai can reason over before surfacing findings.#recommendgenerates actionable HPA policy changes rather than a raw metrics dump.- CloudKeepers can run this analysis on a schedule so findings arrive before on-call engineers are paged.
Try it yourself
Kai agent reference
Full capabilities of Kai, the Kubernetes Engineer agent
Kubernetes connection
Step-by-step guide to connecting CloudThinker to your EKS cluster
Topology Explorer
Map Kubernetes service dependencies for faster incident root cause analysis
CloudKeepers
Run continuous health checks across your Kubernetes workloads automatically