File tree 3 files changed +18
-21
lines changed
3 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Integrations
2
2
3
- TODO: Landing for integrations
3
+ Coder is highly extensible and is not limited to the platforms outlined in these
4
+ docs. The control plane can be provisioned on any VM or container compute, and
5
+ workspaces can include any Terraform resource. See our
6
+ [ architecture diagram] ( ../infrastructure/architecture.md ) for more details.
7
+
8
+ You can host your deployment on almost any infrastructure. To learn how, read our [ installation guides] ( ../../install/README.md ) .
9
+
10
+ The following resources may help as you're deploying Coder.
11
+
12
+ - [ Deploy workpsaces on multiple Kubernetes Clusters] ( ./multiple-kube-clusters.md )
13
+ - [ Get workspace build logs from Kubernetes] ( ./kubernetes-logs.md )
14
+ - [ Track deployment metrics with Prometheus] ( ./prometheus.md )
15
+ - [ Coder packages: one-click install on cloud providers] ( https://github.com/coder/packages )
16
+ - [ Deploy Coder offline] ( ../../install/offline.md )
17
+ - [ Supported resources (Terraform registry)] ( https://registry.terraform.io )
18
+ - [ Writing custom templates] ( ../templates/README.md )
19
+
20
+ <!-- TODO: writing custom templates link-->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 239
239
"title" : " Additional Kubernetes Clusters" ,
240
240
"description" : " Deploy workspaces on additional Kubernetes clusters" ,
241
241
"path" : " ./admin/integrations/multiple-kube-clusters.md"
242
- },
243
- {
244
- "title" : " Other Platforms" ,
245
- "description" : " Using Coder with other platforms" ,
246
- "path" : " ./admin/integrations/other.md"
247
242
}
248
243
]
249
244
},
You can’t perform that action at this time.
0 commit comments