Bird
0
0

Given the following scenario: The Kubernetes scheduler fails to assign pods to nodes. Which control plane component is most likely responsible for detecting and fixing this issue automatically?

medium📝 Command Output Q13 of 15
Kubernetes - Fundamentals
Given the following scenario: The Kubernetes scheduler fails to assign pods to nodes. Which control plane component is most likely responsible for detecting and fixing this issue automatically?
AAPI server
Bkubelet
Cetcd
DController manager
Step-by-Step Solution
Solution:
  1. Step 1: Understand the roles of components

    The controller manager runs controllers that watch cluster state and fix issues like unscheduled pods.
  2. Step 2: Identify responsible component for fixing scheduling issues

    When scheduler fails, controller manager detects pods not assigned and may trigger rescheduling or alerts. API server only handles requests, etcd stores data, kubelet runs on nodes.
  3. Final Answer:

    Controller manager -> Option D
  4. Quick Check:

    Controller manager fixes cluster state issues [OK]
Quick Trick: Controller manager fixes cluster state problems automatically [OK]
Common Mistakes:
  • Confusing API server with controller manager
  • Thinking etcd fixes issues
  • Assuming kubelet manages scheduling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes