KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 60


What are the most important resources to guarantee the performance of an etcd cluster?

Show Answer
Correct Answer: B

To guarantee the performance of an etcd cluster, the most crucial resources are network throughput and disk I/O. This is because etcd relies heavily on network communication for consensus algorithms and data replication, and it requires fast disk I/O for writing and reading data efficiently. Adequate network throughput ensures minimal latency in data transfers between nodes, and efficient disk I/O ensures that data is written and accessed quickly, which is critical for maintaining the cluster's performance.

Discussion

5 comments
Sign in to comment
ankreOption: B
Dec 6, 2023

B is correct

AbhishekJoshiOption: B
Dec 17, 2023

https://etcd.io/docs/v3.4/op-guide/performance/

omerco61Option: B
Feb 10, 2024

Consensus performance, especially commit latency, is limited by two physical constraints: network IO latency and disk IO latency.

pulsefireOption: B
Mar 7, 2024

should be B

mlsafonsecaOption: B
Dec 25, 2023

It's B!