@@ -71,7 +71,7 @@ database and a reverse proxy for TLS.
71
71
72
72
| | Coder v1 | Coder OSS |
73
73
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
74
- | Kubernetes | ✅ Helm chart | ⌛ Helm chart [ (needs docs) ] ( https://github.com/coder/coder/issues/3224 ) |
74
+ | Kubernetes | ✅ Helm chart | ✅ |
75
75
| Kubernetes (HA/multiple replicas) | ✅ | ⌛ [ #3502 ] ( https://github.com/coder/coder/issues/3502 ) |
76
76
| Docker control plane | ✅ | ✅ |
77
77
| VM control plane | ❌ | ✅ |
@@ -184,7 +184,7 @@ comparison:
184
184
| ** ARM workspaces** | ❌ | ✅ |
185
185
| ** Additional resources in workspace (volume mounts, API keys, etc)** | ❌ | ✅ Any [ Terraform resource] ( https:///registry.terraform.io ) |
186
186
| ** Workspace options** | Limited options | ✅ Any options via [ template parameters] ( https://coder.com/docs/coder-oss/latest/templates#parameters ) |
187
- | ** Edit workspace** | ✅ | ⌛ [ #802 ] ( https://github.com/coder/coder/issues/802 ) |
187
+ | ** Edit workspace** | ✅ | ⌛ [ #4311 ] ( https://github.com/coder/coder/pull/4311 ) |
188
188
| ** Resource provisoning rates** | ✅ Organization wide | ✅ Template wide [ (needs docs)] ( https://github.com/coder/coder/issues/3519 ) |
189
189
| ** Manage workspaces through UI and CLI** | ✅ | ✅ |
190
190
@@ -206,7 +206,7 @@ Coder OSS. Refer to this table:
206
206
| ** Code with local IDE via SSH (VS Code Remote, JetBrains Gateway)** | ✅ With [ coder-cli] ( https://github.com/coder/coder-cli ) installed | ✅ With [ coder] ( https://coder.com/docs/coder-oss/latest/install ) installed |
207
207
| ** Custom workspace applications** | ✅ | ✅ Defined in [ templates] ( https://coder.com/docs/coder-oss/latest/templates#coder-apps ) |
208
208
| ** Access ports (SSH/tunnel)** | ✅ | ✅ |
209
- | ** Access ports (web UI)** | ✅ [ Dev URLs] ( https://coder.com/docs/coder/latest/workspaces/devurls ) | ⌛ [ ( # 1624 ) ] ( https://github.com/coder/coder/issues/1624 ) |
209
+ | ** Access ports (web UI)** | ✅ [ Dev URLs] ( https://coder.com/docs/coder/latest/workspaces/devurls ) | ✅ |
210
210
| ** Share ports (web UI)** | ✅ [ Dev URLs] ( https://coder.com/docs/coder/latest/workspaces/devurls ) | ⌛ [ (#3515 )] ( https://github.com/coder/coder/issues/3515 ) |
211
211
| ** Docker in workspaces (Kubernetes)** | ✅ [ CVMs] ( https://coder.com/docs/coder/latest/workspaces/cvms ) | ✅ |
212
212
| ** Manage workspaces through UI and CLI** | ✅ | ✅ |
@@ -224,9 +224,9 @@ Refer to this table:
224
224
| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------- |
225
225
| ** Auto-stop workspace** | ✅ Activity-based | ✅ Schedule-based & ⌛ Activity-based [ (#2995 )] ( https://github.com/coder/coder/issues/2995 ) |
226
226
| ** Audit logging** | ✅ | ✅ |
227
- | ** Organizations** | ✅ | ❌ [ # 3039 ] ( https://github.com/coder/coder/issues/3039 ) |
227
+ | ** Organizations** | ✅ | ✅ Groups & template permissions |
228
228
| ** User metrics** | ✅ | Template-wide metrics [ (needs docs)] ( https://github.com/coder/coder/issues/3980 ) |
229
- | ** Resource quotas** | ✅ | ⌛ [ # 2988 ] ( https://github.com/coder/coder/issues/2988 ) |
229
+ | ** Resource quotas** | ✅ | ✅ Max workspace limit |
230
230
| ** SDK** | ❌ | ✅ [ codersdk] ( https://github.com/coder/coder/tree/main/codersdk ) |
231
231
| ** REST API** | ✅ | 🤔 [ (needs docs)] ( https://github.com/coder/coder/issues/3522 ) |
232
232
0 commit comments