Step‑by‑Step CPU Issue Diagnosis for a Java Application in a Kubernetes Pod
This article walks through a real‑world investigation of a pod whose CPU spiked to over 90%, detailing how abnormal JVM garbage‑collection patterns were identified, traced to a specific Java thread, and resolved by fixing an inefficient Excel export routine.
