Skip to content

Commit e0a31b4

Browse files
committed
Glossary done
1 parent 00c6e15 commit e0a31b4

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/admin/reference-architectures.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,22 @@ allowing for efficient resource allocation and workload management.
6868

6969
## Registry
7070

71-
A registry in Coder is a centralized repository for storing and managing
72-
container images used within the platform. By leveraging a registry, users can
73-
easily share, distribute, and deploy containerized applications across their
74-
development workflows, ensuring consistency and reliability.
71+
The Coder Registry hosts starter templates for various cloud providers and
72+
orchestration platforms, enabling self-service cloud development environments
73+
via Terraform-defined infrastructure. Additionally, Coder introduces _Modules_
74+
to streamline template creation by extracting commonly used functionalities such
75+
as web IDEs, third-party integrations, and helper scripts into reusable
76+
components.
7577

76-
## Kubernetes Cluster for Coder
78+
The Registry is hosted service and it is not available for air-gapped
79+
deployments.
7780

78-
A Kubernetes cluster for Coder is a dedicated cluster specifically configured to
81+
## Kubernetes cluster for Coder
82+
83+
A dedicated cluster for Coder is Kubernetes cluster specifically configured to
7984
host and manage Coder workloads. Kubernetes provides container orchestration
8085
capabilities, allowing Coder to efficiently deploy, scale, and manage workspaces
8186
across a distributed infrastructure. This ensures high availability, fault
8287
tolerance, and scalability for Coder deployments.
88+
89+
The cluster can be deployed using the Helm chart.

0 commit comments

Comments
 (0)