vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.48k stars 2.09k forks source link

can vitess run without kubernetes and what is the maximum number of nodes (server instances) supported? 5000? kubernetes limit? #13225

Closed kolinfluence closed 1 year ago

kolinfluence commented 1 year ago

Question

  1. can vitess run without kubernetes and
  2. what is the maximum number of nodes (server instances) supported? 5000? kubernetes limit?
mattlord commented 1 year ago

Question

  1. can vitess run without kubernetes and

@kolinfluence yes, Vitess does not require Kubernetes and the Vitess Operator. You can see this in the documentation, for example: https://vitess.io/docs/18.0/get-started/

  1. what is the maximum number of nodes (server instances) supported? 5000? kubernetes limit?

Vitess itself has no hard limit on the total number of processes involved in a Vitess cluster. So you'd end up running into some limit at some point based on the specifics -- e.g. max number of etcd keys and/or key size limits.