Skip to content

Commit 6d0cc8a

Browse files
committed
Cian's feedback
1 parent 4151036 commit 6d0cc8a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/admin/reference-architectures.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ deployments.
8686
## Scale tests methodology
8787

8888
Scaling Coder involves careful planning and testing to ensure it can handle more
89-
users without slowing down. This process encompasses infrastructure setup,
90-
traffic projections, and aggressive testing to identify and mitigate potential
91-
bottlenecks.
89+
load without compromising service. This process encompasses infrastructure
90+
setup, traffic projections, and aggressive testing to identify and mitigate
91+
potential bottlenecks.
9292

9393
A dedicated cluster for Coder is Kubernetes cluster specifically configured to
9494
host and manage Coder workloads. Kubernetes provides container orchestration
@@ -97,8 +97,7 @@ across a distributed infrastructure. This ensures high availability, fault
9797
tolerance, and scalability for Coder deployments. The cluster can be deployed
9898
using the Helm chart.
9999

100-
In our scale tests, we adopt an approach with various stages to thoroughly
101-
evaluate the system's performance. These stages include:
100+
Our scale tests include the following stages:
102101

103102
1. Prepare environment: create expected users and provision workspaces.
104103

0 commit comments

Comments
 (0)