Analysis updated 2026-07-03 · repo last pushed 2022-08-17
Deploy Coder to Google Kubernetes Engine without writing infrastructure code from scratch.
Set up cloud-based coding environments for your development team on Google Cloud.
Spin up and tear down Coder development platform infrastructure repeatably using templates.
| coder/enterprise-terraform | faizanfirdousi/alchemyst-assign | gnana997/periscope-demo-eks-antipatterns | |
|---|---|---|---|
| Stars | 4 | 1 | 1 |
| Language | HCL | HCL | HCL |
| Last pushed | 2022-08-17 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | ops devops | ops devops | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a Google Cloud Platform account with sufficient permissions to create GKE clusters, networking, and load balancers.
The enterprise-terraform repository provides pre-built infrastructure templates that let you deploy Coder (a development environment platform) to the cloud with a single command. Instead of manually configuring servers, networking, and other cloud resources piece by piece, you use these templates to spin everything up at once. The templates use a tool called Terraform, which is essentially a way to describe your cloud infrastructure in configuration files rather than clicking through a cloud provider's web console. You write or tweak a few settings, run a command, and Terraform handles creating all the necessary pieces, virtual machines, networking rules, load balancers, and so on, in the right order. This repo packages those configurations so you don't have to write them yourself. Right now, the only ready-to-use setup is for Google Cloud Platform, specifically for running Coder on Google Kubernetes Engine. The repository includes a self-hosted example you can follow to get started. The team has plans to add support for Azure and Amazon Web Services, and they may eventually add Digital Ocean, but those aren't available yet. So if your organization runs on Google Cloud, this is immediately useful, if you're on another cloud, you'll need to wait. This would appeal to engineering teams or IT administrators who want to set up Coder for their company without building the deployment from scratch. For example, if you're a startup that already uses Google Cloud and wants to give your developers cloud-based coding environments, this repo gives you a shortcut to get there rather than figuring out all the infrastructure details on your own. The project is still early, with only one cloud provider supported and a small feature roadmap. The README doesn't go into much detail about prerequisites or specific configuration steps, you'd likely need to follow the linked example to understand what's actually involved.
Pre-built Terraform templates that deploy Coder's cloud development environments to Google Cloud with a single command, saving you from manually configuring servers and networking.
Mainly HCL. The stack also includes Terraform, HCL, Google Cloud Platform.
Dormant — no commits in 2+ years (last push 2022-08-17).
The license for this repository is not specified in the available documentation.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.