- Notifications
You must be signed in to change notification settings - Fork47
ElliotG/coder-oss-tf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The purpose of this repo is to demonstrate how remote development environments work usingCoder's OSS product. This repo should not be used for production use cases, but simply a proof-of-concept for what coding-in-a-browser feels like using Coder.
Each subfolder in this repo is for a different platform.
- Google GKE
- Azure AKS
- AWS EKS
- Linode LKE
- DigitalOcean DOKS
- IBMCloud K8s
- OVHCloud K8s
- Scaleway K8s Kapsule
In order to make this demo "1 click apply", I am using an anti-pattern where I create the k8s cluster and deploy in the same repo. This is aknown anti-pattern. The consequence is that you can get authentication errors while trying to update the namespace or helm charts. For the most part, things have "just worked" for me. You can fix this by file mounting a kubeconfig (ovhcloud-k8s shows how to do this).
About
A repository that deploys Coder OSS entirely from TF