Skip to content

Commit 66b4f20

Browse files
Update setup/scaling.md
Co-authored-by: Kyle Carberry <kyle@carberry.com>
1 parent fc2772e commit 66b4f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/scaling.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "Scaling Coder"
33
description: Learn about best practices to properly scale Coder to meet developer and workspace needs.
44
---
55

6-
Coder's control plane `coderd` and workspaces are deployed into a Kubernetes
7-
namespace. This document outlines vertical and horizontal scaling techiques to
8-
ensure the `coderd` pods can accomodate user and workspace load on a Coder
6+
Coder's control plane (`coderd`) and workspaces are deployed in a Kubernetes
7+
namespace. This document outlines vertical and horizontal scaling techniques to
8+
ensure the `coderd` pods can accommodate user and workspace load on a Coder
99
deployment.
1010

1111
As a scaling principle, vertical scaling configuration is more important than horizontal scaling in a Coder deployment especially in prevent Out of Memory or OOM Kill events that terminate user and workspace connections and impact developer flow.

0 commit comments

Comments
 (0)