@@ -4,9 +4,6 @@ The Coder deployment model is flexible and offers various components that
4
4
platform administrators can deploy and scale depending on their use case. This
5
5
page describes possible deployments, challenges, and risks associated with them.
6
6
7
- Learn more about our [ Reference Architectures] ( ../admin/architectures/index.md )
8
- and platform scaling capabilities.
9
-
10
7
## Primary components
11
8
12
9
### coderd
@@ -29,7 +26,7 @@ _provisionerd_ is the execution context for infrastructure modifying providers.
29
26
At the moment, the only provider is Terraform (running ` terraform ` ).
30
27
31
28
By default, the Coder server runs multiple provisioner daemons.
32
- [ External provisioners] ( ../admin/ provisioners.md ) can be added for security or
29
+ [ External provisioners] ( ../provisioners.md ) can be added for security or
33
30
scalability purposes.
34
31
35
32
### Agents
@@ -46,7 +43,7 @@ It offers the following services along with much more:
46
43
- ` startup_script ` automation
47
44
48
45
Templates are responsible for
49
- [ creating and running agents] ( ../templates/index.md#coder-agent ) within
46
+ [ creating and running agents] ( ../../ templates/index.md#coder-agent ) within
50
47
workspaces.
51
48
52
49
### Service Bundling
@@ -76,7 +73,7 @@ they're destroyed on workspace stop.
76
73
77
74
### Single region architecture
78
75
79
- ![ Architecture Diagram] ( ../images/architecture-single-region.png )
76
+ ![ Architecture Diagram] ( ../../ images/architecture-single-region.png )
80
77
81
78
#### Components
82
79
@@ -125,7 +122,7 @@ and _Coder workspaces_ deployed in the same region.
125
122
126
123
### Multi-region architecture
127
124
128
- ![ Architecture Diagram] ( ../images/architecture-multi-region.png )
125
+ ![ Architecture Diagram] ( ../../ images/architecture-multi-region.png )
129
126
130
127
#### Components
131
128
@@ -171,7 +168,7 @@ disruptions. Additionally, multi-cloud deployment enables organizations to
171
168
leverage the unique features and capabilities offered by each cloud provider,
172
169
such as region availability and pricing models.
173
170
174
- ![ Architecture Diagram] ( ../images/architecture-multi-cloud.png )
171
+ ![ Architecture Diagram] ( ../../ images/architecture-multi-cloud.png )
175
172
176
173
#### Components
177
174
@@ -205,7 +202,7 @@ nearest region and technical specifications provided by the cloud providers.
205
202
** Workspace proxy**
206
203
207
204
- _ Security recommendation_ : Use ` coder ` CLI to create
208
- [ authentication tokens for every workspace proxy] ( ../admin/ workspace-proxies.md#requirements ) ,
205
+ [ authentication tokens for every workspace proxy] ( ../workspace-proxies.md#requirements ) ,
209
206
and keep them in regional secret stores. Remember to distribute them using
210
207
safe, encrypted communication channel.
211
208
@@ -226,8 +223,8 @@ nearest region and technical specifications provided by the cloud providers.
226
223
See how to deploy
227
224
[ Coder on Azure Kubernetes Service] ( https://github.com/ericpaulsen/coder-aks ) .
228
225
229
- Learn more about [ security requirements] ( ../install/kubernetes.md ) for deploying
230
- Coder on Kubernetes.
226
+ Learn more about [ security requirements] ( ../../ install/kubernetes.md ) for
227
+ deploying Coder on Kubernetes.
231
228
232
229
** Load balancer**
233
230
@@ -286,9 +283,9 @@ The key features of the air-gapped architecture include:
286
283
- _ Secure data transfer_ : Enable encrypted communication channels and robust
287
284
access controls to safeguard sensitive information.
288
285
289
- Learn more about [ offline deployments] ( ../install/offline.md ) of Coder.
286
+ Learn more about [ offline deployments] ( ../../ install/offline.md ) of Coder.
290
287
291
- ![ Architecture Diagram] ( ../images/architecture-air-gapped.png )
288
+ ![ Architecture Diagram] ( ../../ images/architecture-air-gapped.png )
292
289
293
290
#### Components
294
291
@@ -363,7 +360,7 @@ Learn more about
363
360
[ Dev containers support] ( https://coder.com/docs/v2/latest/templates/dev-containers )
364
361
in Coder.
365
362
366
- ![ Architecture Diagram] ( ../images/architecture-devcontainers.png )
363
+ ![ Architecture Diagram] ( ../../ images/architecture-devcontainers.png )
367
364
368
365
#### Components
369
366
0 commit comments