@@ -68,15 +68,22 @@ allowing for efficient resource allocation and workload management.
68
68
69
69
## Registry
70
70
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.
75
77
76
- ## Kubernetes Cluster for Coder
78
+ The Registry is hosted service and it is not available for air-gapped
79
+ deployments.
77
80
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
79
84
host and manage Coder workloads. Kubernetes provides container orchestration
80
85
capabilities, allowing Coder to efficiently deploy, scale, and manage workspaces
81
86
across a distributed infrastructure. This ensures high availability, fault
82
87
tolerance, and scalability for Coder deployments.
88
+
89
+ The cluster can be deployed using the Helm chart.
0 commit comments