You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/recommended-etcd-practices.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,18 @@ The following hard disk features provide optimal etcd performance:
23
23
* Solid state drives as a minimum selection, however NVMe drives are preferred.
24
24
* Server-grade hardware from various manufacturers for increased reliability.
25
25
* RAID 0 technology for increased performance.
26
-
* Dedicated etcd drives. Do not place log files or other heavy workloads on etcd drives.
26
+
* Dedicated etcd drives. Do not place log files or other heavy workloads on etcd drives.
27
27
28
28
Avoid NAS or SAN setups and spinning drives. Always benchmark by using utilities such as fio. Continuously monitor the cluster performance as it increases.
29
29
30
30
IMPORTANT: Avoid using the Network File System (NFS) protocol or other network based file systems.
31
31
32
32
Some key metrics to monitor on a deployed {product-title} cluster are p99 of etcd disk write ahead log duration and the number of etcd leader changes. Use Prometheus to track these metrics.
33
33
34
+
[NOTE]
35
+
====
36
+
The etcd member database sizes can vary in a cluster during normal operations. This difference does not affect cluster upgrades, even if the leader size is different from the other members.
37
+
====
34
38
35
39
To validate the hardware for etcd before or after you create the {product-title} cluster, you can use fio.
0 commit comments