You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/scaling.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: "Scaling Coder"
3
3
description: Learn about best practices to properly scale Coder to meet developer and workspace needs.
4
4
---
5
5
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
9
9
deployment.
10
10
11
11
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