@creamy-pencil-82913 following your HA K3s embedded etcd guide, each new server node added must cause more cpu,memory, and network usage, like more servers means more network traffic for control plane... and cluster would also have to make more decisions on where to schedule things, also etcd data sync between the servers, each nodes heartbeat health check, cluster services like coredns handling more load... i was wondering if you guys had a document showing a general like usage of these resources i mentioned at beginning and how these values change as you add server nodes for HA. if not i think i can just use prometheus to get these stats? regards -will