Skip to content

Commit c3db4e9

Browse files
committed
Primary components
1 parent 9e7851c commit c3db4e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/about/architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ page describes possible deployments, challenges, and risks associated with them.
77
Learn more about our [Reference Architectures](../admin/architectures/index.md)
88
and platform scaling capabilities.
99

10-
## Components
10+
## Primary components
1111

1212
### coderd
1313

@@ -112,8 +112,8 @@ replicas, and _Coder workspaces_ deployed in the same region.
112112

113113
- Distributes and load balances traffic from agents and clients to _Coder
114114
Server_ replicas across zones.
115-
- Layer 7 load balancing. Decrypt SSL traffic, and re-encrypt using internal
116-
certificate.
115+
- Layer 7 load balancing. The load balancer can decrypt SSL traffic, and
116+
re-encrypt using internal certificate.
117117
- Sessions persistence (sticky sessions) can be disabled as _Coder Server_
118118
instances are stateless.
119119
- WebSocket and long-time connections must be supported.
@@ -158,5 +158,5 @@ offer the fastest developer experience.
158158

159159
- Distributes and load balances workspace relay traffic in a single region
160160
across availability zones.
161-
- Layer 7 load balancing. Decrypt SSL traffic, and re-encrypt using internal
162-
certificate.
161+
- Layer 7 load balancing. The load balancer can decrypt SSL traffic, and
162+
re-encrypt using internal certificate.

0 commit comments

Comments
 (0)