Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5380690

Browse files
authored
chore(docs): tweak replica verbiage on reference architectures (#16076)
A seller noted that the `/` operator made the node count hard to interpret.
1 parent a450121 commit 5380690

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

docs/admin/infrastructure/validated-architectures/1k-users.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ tech startups, educational units, or small to mid-sized enterprises.
1212

1313
### Coderd nodes
1414

15-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
16-
|-------------|---------------------|---------------------|-----------------|------------|-------------------|
17-
| Up to 1,000 | 2 vCPU, 8 GB memory | 1-2 / 1 coderd each | `n1-standard-2` | `t3.large` | `Standard_D2s_v3` |
15+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
16+
|-------------|---------------------|--------------------------|-----------------|------------|-------------------|
17+
| Up to 1,000 | 2 vCPU, 8 GB memory | 1-2 nodes, 1 coderd each | `n1-standard-2` | `t3.large` | `Standard_D2s_v3` |
1818

1919
**Footnotes**:
2020

@@ -23,19 +23,19 @@ tech startups, educational units, or small to mid-sized enterprises.
2323

2424
### Provisioner nodes
2525

26-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27-
|-------------|----------------------|--------------------------------|------------------|--------------|-------------------|
28-
| Up to 1,000 | 8 vCPU, 32 GB memory | 2 nodes / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
26+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27+
|-------------|----------------------|-------------------------------|------------------|--------------|-------------------|
28+
| Up to 1,000 | 8 vCPU, 32 GB memory | 2 nodes, 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
2929

3030
**Footnotes**:
3131

3232
- An external provisioner is deployed as Kubernetes pod.
3333

3434
### Workspace nodes
3535

36-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
37-
|-------------|----------------------|-------------------------|------------------|--------------|-------------------|
38-
| Up to 1,000 | 8 vCPU, 32 GB memory | 64 / 16 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
36+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
37+
|-------------|----------------------|------------------------------|------------------|--------------|-------------------|
38+
| Up to 1,000 | 8 vCPU, 32 GB memory | 64 nodes, 16 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
3939

4040
**Footnotes**:
4141

@@ -48,4 +48,4 @@ tech startups, educational units, or small to mid-sized enterprises.
4848

4949
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
5050
|-------------|---------------------|----------|---------|--------------------|---------------|-------------------|
51-
| Up to 1,000 | 2 vCPU, 8 GB memory | 1 | 512 GB | `db-custom-2-7680` | `db.t3.large` | `Standard_D2s_v3` |
51+
| Up to 1,000 | 2 vCPU, 8 GB memory | 1 node | 512 GB | `db-custom-2-7680` | `db.t3.large` | `Standard_D2s_v3` |

docs/admin/infrastructure/validated-architectures/2k-users.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ deployment reliability under load.
1717

1818
### Coderd nodes
1919

20-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
21-
|-------------|----------------------|-------------------------|-----------------|-------------|-------------------|
22-
| Up to 2,000 | 4 vCPU, 16 GB memory | 2 nodes / 1 coderd each | `n1-standard-4` | `t3.xlarge` | `Standard_D4s_v3` |
20+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
21+
|-------------|----------------------|------------------------|-----------------|-------------|-------------------|
22+
| Up to 2,000 | 4 vCPU, 16 GB memory | 2 nodes, 1 coderd each | `n1-standard-4` | `t3.xlarge` | `Standard_D4s_v3` |
2323

2424
### Provisioner nodes
2525

26-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27-
|-------------|----------------------|--------------------------------|------------------|--------------|-------------------|
28-
| Up to 2,000 | 8 vCPU, 32 GB memory | 4 nodes / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
26+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27+
|-------------|----------------------|-------------------------------|------------------|--------------|-------------------|
28+
| Up to 2,000 | 8 vCPU, 32 GB memory | 4 nodes, 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
2929

3030
**Footnotes**:
3131

@@ -36,9 +36,9 @@ deployment reliability under load.
3636

3737
### Workspace nodes
3838

39-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
40-
|-------------|----------------------|--------------------------|------------------|--------------|-------------------|
41-
| Up to 2,000 | 8 vCPU, 32 GB memory | 128 / 16 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
39+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
40+
|-------------|----------------------|-------------------------------|------------------|--------------|-------------------|
41+
| Up to 2,000 | 8 vCPU, 32 GB memory | 128 nodes, 16 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
4242

4343
**Footnotes**:
4444

@@ -51,7 +51,7 @@ deployment reliability under load.
5151

5252
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
5353
|-------------|----------------------|----------|---------|---------------------|----------------|-------------------|
54-
| Up to 2,000 | 4 vCPU, 16 GB memory | 1 | 1 TB | `db-custom-4-15360` | `db.t3.xlarge` | `Standard_D4s_v3` |
54+
| Up to 2,000 | 4 vCPU, 16 GB memory | 1 node | 1 TB | `db-custom-4-15360` | `db.t3.xlarge` | `Standard_D4s_v3` |
5555

5656
**Footnotes**:
5757

docs/admin/infrastructure/validated-architectures/3k-users.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ continuously improve the reliability and performance of the platform.
1818

1919
### Coderd nodes
2020

21-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
22-
|-------------|----------------------|-------------------|-----------------|-------------|-------------------|
23-
| Up to 3,000 | 8 vCPU, 32 GB memory | 4 / 1 coderd each | `n1-standard-4` | `t3.xlarge` | `Standard_D4s_v3` |
21+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
22+
|-------------|----------------------|-----------------------|-----------------|-------------|-------------------|
23+
| Up to 3,000 | 8 vCPU, 32 GB memory | 4 node, 1 coderd each | `n1-standard-4` | `t3.xlarge` | `Standard_D4s_v3` |
2424

2525
### Provisioner nodes
2626

27-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
28-
|-------------|----------------------|--------------------------|------------------|--------------|-------------------|
29-
| Up to 3,000 | 8 vCPU, 32 GB memory | 8 / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
27+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
28+
|-------------|----------------------|-------------------------------|------------------|--------------|-------------------|
29+
| Up to 3,000 | 8 vCPU, 32 GB memory | 8 nodes, 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
3030

3131
**Footnotes**:
3232

@@ -38,9 +38,9 @@ continuously improve the reliability and performance of the platform.
3838

3939
### Workspace nodes
4040

41-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
42-
|-------------|----------------------|--------------------------------|------------------|--------------|-------------------|
43-
| Up to 3,000 | 8 vCPU, 32 GB memory | 256 nodes / 12 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
41+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
42+
|-------------|----------------------|-------------------------------|------------------|--------------|-------------------|
43+
| Up to 3,000 | 8 vCPU, 32 GB memory | 256 nodes, 12 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
4444

4545
**Footnotes**:
4646

@@ -54,7 +54,7 @@ continuously improve the reliability and performance of the platform.
5454

5555
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
5656
|-------------|----------------------|----------|---------|---------------------|-----------------|-------------------|
57-
| Up to 3,000 | 8 vCPU, 32 GB memory | 2 | 1.5 TB | `db-custom-8-30720` | `db.t3.2xlarge` | `Standard_D8s_v3` |
57+
| Up to 3,000 | 8 vCPU, 32 GB memory | 2 nodes | 1.5 TB | `db-custom-8-30720` | `db.t3.2xlarge` | `Standard_D8s_v3` |
5858

5959
**Footnotes**:
6060

0 commit comments

Comments
 (0)