Skip to content

Practical upper limit on number of machines in a k3s cluster? #9552

Closed Answered by brandond
matthewadams asked this question in Q&A
Discussion options

You must be logged in to vote

what it they were all server nodes?

etcd doesn't recommend having more than 7 nodes.
ref: https://etcd.io/docs/v3.5/faq/#what-is-maximum-cluster-size

Similarly, there is little value to having more than 2 control-plane nodes, as most of the controllers are lease-locked and only run on one node at a time anyway.

I would probably do more research into how HA works for the various Kubernetes components so you understand exactly how everything functions when scaled up or out, prior to making any decisions about how to grow your cluster.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@matthewadams
Comment options

@brandond
Comment options

Answer selected by dereknola
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants