-
Notifications
You must be signed in to change notification settings - Fork 887
docs: Scaling Coder for 100, 1000, 3000 active users #2971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I did some basic scale tests. At this point, it looks like the sweet spot is 30 provisioner daemons (I tested with HA, 6 replicas). For Kubernetes provisioning, the Coder server will be pretty CPU-heavy (using around 6 vCPUs). |
I have a draft PR up in #5206 and am looking for someone to take this to the finish line based on the requirements! |
This comment was marked as resolved.
This comment was marked as resolved.
Also have simplified WIP in this branch: scale-docs-mvp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to ensure Coder v2 can scale to support large deployments and write docs to help users set up the right infrastructure!
Initial requirements
coderd
, and nodes (see discussions in docs: scaling Coder #5206)coder loadtest
command used and any flags used (template name, num workspaces, num connections, etc)coder loadtest
works and how a user can use it against with their own environments, since their "mileage will vary" depending on various factors on their environment (e.g. workspace size, template, etc)Vision
References/inspiration
The text was updated successfully, but these errors were encountered: