Bird
0
0

What metric does the Horizontal Pod Autoscaler (HPA) primarily use to decide when to scale pods?

easy📝 Conceptual Q1 of 15
Kubernetes - Resource Management
What metric does the Horizontal Pod Autoscaler (HPA) primarily use to decide when to scale pods?
ACPU utilization
BDisk space usage
CNumber of nodes in the cluster
DPod restart count
Step-by-Step Solution
Solution:
  1. Step 1: Understand HPA scaling metrics

    The HPA typically monitors resource usage metrics to decide scaling actions.
  2. Step 2: Identify the default metric

    By default, HPA uses CPU utilization to scale pods up or down.
  3. Final Answer:

    CPU utilization -> Option A
  4. Quick Check:

    HPA metric = CPU utilization [OK]
Quick Trick: HPA scales pods based on CPU usage by default [OK]
Common Mistakes:
  • Confusing disk usage with CPU utilization
  • Thinking node count affects pod scaling
  • Assuming pod restart count triggers scaling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes