Q4
# Key Characteristics:
💬Answer
- Consistency: Uses the Raft consensus algorithm to guarantee strong consistency across cluster nodes.
- Single Source of Truth: Only the
kube-apiservercommunicates directly with etcd; all other components update their state via the API server. - Watch API: Allows the API server to watch keys for real-time state changes, powering controller loops.
Related Kubernetes Questions
View All KubernetesQuestions →Q1
️ 1. Cluster Internals
Q2Can you explain how the Kubernetes Scheduler works under the hood? How does it choose the best node for a pod?
Q3What is etcd, why is it critical to a Kubernetes cluster, and how does it maintain consistency?
Q5What is the role of kube-proxy in a cluster? Can you compare IPTables mode versus IPVS mode?

Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio