- Home
- All questions
- Question 566
CKA study material · question 566 of 1000
In an external etcd topology, which statement describes the communication pattern?
Show the answer
Answer: A. Each etcd host talks to the API server on every control plane node
The stacked layout pairs each etcd member with the API server on the same node; in the external layout the etcd hosts serve all of the control plane nodes.
Source: Options for Highly Available Topology (Kubernetes) — External etcd topology