Skip to content

Commit f8b8fb6

Browse files
committed
fix 404s pt 2
1 parent eb50dc1 commit f8b8fb6

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

docs/admin/architectures/architecture.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ The Coder deployment model is flexible and offers various components that
44
platform administrators can deploy and scale depending on their use case. This
55
page describes possible deployments, challenges, and risks associated with them.
66

7-
Learn more about our [Reference Architectures](../admin/architectures/index.md)
8-
and platform scaling capabilities.
9-
107
## Primary components
118

129
### coderd
@@ -29,7 +26,7 @@ _provisionerd_ is the execution context for infrastructure modifying providers.
2926
At the moment, the only provider is Terraform (running `terraform`).
3027

3128
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
3330
scalability purposes.
3431

3532
### Agents
@@ -46,7 +43,7 @@ It offers the following services along with much more:
4643
- `startup_script` automation
4744

4845
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
5047
workspaces.
5148

5249
### Service Bundling
@@ -76,7 +73,7 @@ they're destroyed on workspace stop.
7673

7774
### Single region architecture
7875

79-
![Architecture Diagram](../images/architecture-single-region.png)
76+
![Architecture Diagram](../../images/architecture-single-region.png)
8077

8178
#### Components
8279

@@ -125,7 +122,7 @@ and _Coder workspaces_ deployed in the same region.
125122

126123
### Multi-region architecture
127124

128-
![Architecture Diagram](../images/architecture-multi-region.png)
125+
![Architecture Diagram](../../images/architecture-multi-region.png)
129126

130127
#### Components
131128

@@ -171,7 +168,7 @@ disruptions. Additionally, multi-cloud deployment enables organizations to
171168
leverage the unique features and capabilities offered by each cloud provider,
172169
such as region availability and pricing models.
173170

174-
![Architecture Diagram](../images/architecture-multi-cloud.png)
171+
![Architecture Diagram](../../images/architecture-multi-cloud.png)
175172

176173
#### Components
177174

@@ -205,7 +202,7 @@ nearest region and technical specifications provided by the cloud providers.
205202
**Workspace proxy**
206203

207204
- _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),
209206
and keep them in regional secret stores. Remember to distribute them using
210207
safe, encrypted communication channel.
211208

@@ -226,8 +223,8 @@ nearest region and technical specifications provided by the cloud providers.
226223
See how to deploy
227224
[Coder on Azure Kubernetes Service](https://github.com/ericpaulsen/coder-aks).
228225

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.
231228

232229
**Load balancer**
233230

@@ -286,9 +283,9 @@ The key features of the air-gapped architecture include:
286283
- _Secure data transfer_: Enable encrypted communication channels and robust
287284
access controls to safeguard sensitive information.
288285

289-
Learn more about [offline deployments](../install/offline.md) of Coder.
286+
Learn more about [offline deployments](../../install/offline.md) of Coder.
290287

291-
![Architecture Diagram](../images/architecture-air-gapped.png)
288+
![Architecture Diagram](../../images/architecture-air-gapped.png)
292289

293290
#### Components
294291

@@ -363,7 +360,7 @@ Learn more about
363360
[Dev containers support](https://coder.com/docs/v2/latest/templates/dev-containers)
364361
in Coder.
365362

366-
![Architecture Diagram](../images/architecture-devcontainers.png)
363+
![Architecture Diagram](../../images/architecture-devcontainers.png)
367364

368365
#### Components
369366

docs/admin/scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Learn more about [Coder’s architecture](architectures/architecture.md) and our
1111

1212
> Note: the below information is for reference purposes only, and are not
1313
> intended to be used as guidelines for infrastructure sizing. Review the
14-
> [Reference Architectures](architectures/validated-arch.md#node-sizing) for hardware sizing
15-
> recommendations.
14+
> [Reference Architectures](architectures/validated-arch.md#node-sizing) for
15+
> hardware sizing recommendations.
1616
1717
| Environment | Coder CPU | Coder RAM | Coder Replicas | Database | Users | Concurrent builds | Concurrent connections (Terminal/SSH) | Coder Version | Last tested |
1818
| ---------------- | --------- | --------- | -------------- | ----------------- | ----- | ----------------- | ------------------------------------- | ------------- | ------------ |

0 commit comments

Comments
 (0)