- Home
- All questions
- Question 565
CKA study material · question 565 of 1000
How many machines does the external etcd topology require, at a minimum, compared with the stacked one?
Show the answer
Answer: B. Six: three for the control plane and three for etcd
External etcd decouples the two failure domains but doubles the host count: three control plane machines and three etcd machines at a minimum.
Source: Options for Highly Available Topology (Kubernetes) — External etcd topology