A pod named 'web-app' is experiencing high CPU usage. You want to investigate which process inside the container is consuming the most CPU. Which command should you run?
Select one:
The trap here is that candidates confuse `kubectl top pod` (which shows pod-level resource usage) wi...