Skip to content

docs: add validated architecture #13561

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 7 commits into from
Jun 13, 2024
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
formatting
  • Loading branch information
ericpaulsen committed Jun 13, 2024
commit da97e600dd6675eaa37bbbd22b228c3b813bf187
13 changes: 6 additions & 7 deletions docs/admin/architectures/validated-arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,21 @@ resource "kubernetes_deployment" "coder" {

For sizing recommendations, see the below reference architectures:

[Up to 1,000 users](1k-users.md)
- [Up to 1,000 users](1k-users.md)

[Up to 2,000 users](2k-users.md)
- [Up to 2,000 users](2k-users.md)

[Up to 3,000 users](3k-users.md)
- [Up to 3,000 users](3k-users.md)

### Networking

It is likely your enterprise deploys Kubernetes clusters with various networking
restrictions. With this in mind, Coder requires the following connectivity:

- Egress from workspace compute to the Coder control plane pods
- Egress from control plane pods to your PostgreSQL database
- Egress from control plane pods to your version control and artifact
repositories
- Ingress from user endpoints to the control plane Load Balancer or Ingress
- Egress from control plane pods to Coder's PostgreSQL database
- Egress from control plane pods to git and package repositories
- Ingress from user devices to the control plane Load Balancer or Ingress
controller

We recommend configuring your network policies in accordance with the above.
Expand Down
Loading