Bird
0
0

Given this command output:

medium📝 Command Output Q13 of 15
Kubernetes - Monitoring and Logging
Given this command output:
NAME          CPU(cores)   MEMORY(bytes)
myapp-pod-1   150m         200Mi
myapp-pod-2   300m         400Mi

What is the total CPU usage of both pods?
A300m
B450m
C150m
D600m
Step-by-Step Solution
Solution:
  1. Step 1: Add CPU usage values from both pods

    150m + 300m = 450m CPU cores.
  2. Step 2: Confirm units and sum

    Both values are in millicores (m), so sum is 450m.
  3. Final Answer:

    450m -> Option B
  4. Quick Check:

    150m + 300m = 450m [OK]
Quick Trick: Add CPU millicores values directly [OK]
Common Mistakes:
  • Adding memory values instead of CPU
  • Confusing 450m with 600m
  • Ignoring units and summing incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes