Bird
0
0

You run kubectl top nodes and see one node with very high CPU usage but low memory usage. What is the best next step?

medium📝 Command Output Q5 of 15
Kubernetes - Monitoring and Logging
You run kubectl top nodes and see one node with very high CPU usage but low memory usage. What is the best next step?
ACheck which pods are using the most CPU on that node
BRestart the node immediately
CIgnore it if memory is low
DDelete all pods on that node
Step-by-Step Solution
Solution:
  1. Step 1: Analyze node CPU usage

    High CPU usage means some pods or processes are consuming CPU heavily.
  2. Step 2: Identify pods causing high CPU

    Check pods on that node to find which ones use most CPU before taking action.
  3. Final Answer:

    Check which pods are using the most CPU on that node -> Option A
  4. Quick Check:

    High CPU node = Check pods CPU usage [OK]
Quick Trick: Find high CPU pods before restarting nodes [OK]
Common Mistakes:
  • Restarting node without diagnosis
  • Ignoring CPU spikes
  • Deleting pods blindly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes