Bird
0
0

Why does Kubernetes manage microservice deployment instead of manually running each service?

easy📝 Conceptual Q11 of 15
Microservices - Orchestration with Kubernetes
Why does Kubernetes manage microservice deployment instead of manually running each service?
ABecause it replaces the need for any servers
BBecause it automates starting, stopping, and scaling services reliably
CBecause it writes the code for microservices automatically
DBecause it only works with one service at a time
Step-by-Step Solution
Solution:
  1. Step 1: Understand manual deployment challenges

    Manually running many microservices is hard to keep track of and scale.
  2. Step 2: Role of Kubernetes in deployment

    Kubernetes automates managing service lifecycles, scaling, and recovery to keep apps running smoothly.
  3. Final Answer:

    Because it automates starting, stopping, and scaling services reliably -> Option B
  4. Quick Check:

    Automation of service management = B [OK]
Quick Trick: Kubernetes automates service control, not replaces servers or code [OK]
Common Mistakes:
MISTAKES
  • Thinking Kubernetes replaces servers
  • Believing Kubernetes writes app code
  • Assuming Kubernetes handles only one service

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes