Advanced
Open
Pro
ZooKeeper Use Case
Kubernetes uses etcd (a CP system similar to ZooKeeper) to store all cluster state: pod assignments, service definitions, config maps. Why is CP the right choice here? What would go wrong if Kubernetes used an AP store instead?