beginnerKubernetes Architecture: Control Plane & Worker Nodes
All control plane nodes in the same AZ which suffers a network partition
etcd loses quorum; the control plane stops making decisions. Existing Pods continue running (kubelets are autonomous) but nothing new can be scheduled, crashed Pods cannot be replaced, and kubectl commands fail. Prevention: distribute control plane nodes across at least 3 AZs.
Ready to master this question?
Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.
Sign in to generate a response