Bird
0
0

If the Cluster Autoscaler logs show "No unschedulable pods, no scale-up needed", what does this indicate about the cluster state?

medium📝 Command Output Q5 of 15
Kubernetes - Resource Management
If the Cluster Autoscaler logs show "No unschedulable pods, no scale-up needed", what does this indicate about the cluster state?
ACluster is at maximum node capacity
BAutoscaler is disabled
CAll pods are scheduled and resources are sufficient
DNodes are being removed due to low usage
Step-by-Step Solution
Solution:
  1. Step 1: Interpret autoscaler log message

    "No unschedulable pods" means all pods fit on current nodes.
  2. Step 2: Understand autoscaler decision

    Since no pods are waiting, no scale-up is needed, indicating sufficient resources.
  3. Final Answer:

    All pods are scheduled and resources are sufficient -> Option C
  4. Quick Check:

    Log message means no scaling needed [OK]
Quick Trick: No unschedulable pods = no scale-up needed [OK]
Common Mistakes:
  • Assuming max capacity reached from this message
  • Thinking autoscaler is disabled
  • Confusing scale-up with scale-down logs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes