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
add limits/requests
  • Loading branch information
bpmct committed Nov 30, 2022< 8000 /relative-time>
commit 933beac63b7b9ff85dd2ac2d5f49186f482ee3f1
12 changes: 12 additions & 0 deletions docs/admin/scale/gke.md
< 4103 /tr>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ This is a reference architecture for Coder on [Google Kubernetes Engine](#). We
- **Replica count**: `1`
- **Provisioner daemons**: `30`
- **Template**: [kubernetes example](https://github.com/coder/coder/tree/main/examples/templates/kubernetes)
- **Coder server limits**:
- CPU: `2 cores`
- RAM: `4 GB`
- **Coder server requests**:
- CPU: `2 cores`
- RAM: `4 GB`

## 100 users

Expand All @@ -48,3 +54,9 @@ For deployments with 100+ users, we recommend running the Coder server in a sepa
- **Replica count**: `4`
- **Provisioner daemons**: `25`
- **Template**: [kubernetes example](https://github.com/coder/coder/tree/main/examples/templates/kubernetes)
- **Coder server limits**:
- CPU: `4 cores`
- RAM: `8 GB`
- **Coder server requests**:
- CPU: `4 cores`
- RAM: `8 GB`
0