Bird
0
0

Which Kubernetes object does the Vertical Pod Autoscaler monitor to decide resource adjustments?

easy📝 Conceptual Q2 of 15
Kubernetes - Resource Management
Which Kubernetes object does the Vertical Pod Autoscaler monitor to decide resource adjustments?
ANode CPU load
BPod resource usage metrics
CPersistent volume claims
DService endpoints
Step-by-Step Solution
Solution:
  1. Step 1: Identify VPA monitoring target

    VPA monitors actual resource usage metrics of pods, such as CPU and memory consumption.
  2. Step 2: Exclude unrelated objects

    Node load, storage claims, and service endpoints are unrelated to VPA's resource adjustment decisions.
  3. Final Answer:

    Pod resource usage metrics -> Option B
  4. Quick Check:

    VPA monitors pod metrics = B [OK]
Quick Trick: VPA watches pod usage, not nodes or storage [OK]
Common Mistakes:
  • Thinking VPA monitors node-level metrics
  • Confusing storage or network objects with VPA targets

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes