8000 docs: scaling Coder by bpmct · Pull Request #5550 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: scaling Coder #5550

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

Merged
merged 23 commits into from
Jan 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
consolidate table
  • Loading branch information
bpmct c 8000 ommitted Jan 18, 2023
commit b73dda086900352a730fa0e4d06a1c55d2b0cc1e
8 changes: 4 additions & 4 deletions docs/admin/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ To support 120 concurrent workspace builds, for example:

## Recent scale tests

| Environment | Users | Concurrent builds | Concurrent connections (SSH) | Concurrent connections (web) | Coder Version | Last tested |
| ------------------ | ----- | ----------------- | ---------------------------- | ---------------------------- | ------------- | ------------ |
| Kubernetes (GKE) | 1200 | 120 | 10,000 | 10,000 | `v0.14.2` | Jan 10, 2022 |
| Docker (Single VM) | 500 | 50 | 10,000 | 10,000 | `v0.13.4` | Dec 20, 2022 |
| Environment | Users | Concurrent builds | Concurrent connections (Terminal/SSH) | Coder Version | Last tested |
| ------------------ | ----- | ----------------- | ------------------------------------- | ------------- | ------------ |
| Kubernetes (GKE) | 1200 | 120 | 10,000 | `v0.14.2` | Jan 10, 2022 |
| Docker (Single VM) | 500 | 50 | 10,000 | `v0.13.4` | Dec 20, 2022 |

## Scale testing utility

Expand Down
0