Bird
0
0

What is the effect of upgrading worker nodes one at a time in a rolling upgrade strategy?

medium📝 Command Output Q5 of 15
Kubernetes - Production Best Practices
What is the effect of upgrading worker nodes one at a time in a rolling upgrade strategy?
ACluster control plane is upgraded multiple times
BAll pods restart simultaneously causing downtime
CWorker nodes are drained but never upgraded
DCluster remains available with minimal disruption
Step-by-Step Solution
Solution:
  1. Step 1: Understand rolling upgrade

    Upgrading nodes one by one keeps cluster services running.
  2. Step 2: Evaluate options

    Only Cluster remains available with minimal disruption correctly describes minimal disruption and availability.
  3. Final Answer:

    Cluster remains available with minimal disruption -> Option D
  4. Quick Check:

    Rolling upgrade effect = minimal disruption [OK]
Quick Trick: Upgrade nodes sequentially to avoid downtime [OK]
Common Mistakes:
  • Assuming all pods restart at once
  • Confusing control plane upgrade with worker upgrade
  • Not draining nodes before upgrade

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes