-
Notifications
You must be signed in to change notification settings - Fork 881
Add Helm chart to host Coder on Kubernetes #2267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kylecarbs to add some details here on our plan |
Ideally, we allow customers to provide a This |
Any updated on this? |
@thalesfsp it is in progress now. Keep a watch on this issue! |
This one is currently blocked. @tjcran can you add the items to the comments here around that? |
Can we include a setup template for the Kubernetes cluster in the MVP? My thoughts are it's a day of work at most beyond the rest of the feature but makes the whole thing twice as valuable. Bare in mind that our users are looking for the Coder platform entirely on Kubernetes, not just the control plane. |
I think that's super reasonable. It won't be "HA" but I think for the <10-15 devs usecase that's just fine. |
@deansheather what are your thoughts on Ammar's suggestion above? |
The definition of done in this issue includes running workspaces within the Kubernetes cluster, so I'm reopening. |
We currently have a template that runs workspaces as kubernetes containers. https://github.com/coder/coder/tree/main/examples/templates/kubernetes-multi-service We should probably open a new ticket for having auto-import for a basic Kubernetes "built-in" template. |
I agree with that. I'll close this one and create an issue for having auto-import for k8s "built-in" |
Problem
For users who want to run their Coder dashboard, and workspaces, in Kubernetes, there should be a Helm chart install that will allow users to install and upgrade their Coder deployment.
Definition of Done
The first pass will allow for a simple deployment with just a Coder dashboard, but subsequent helm charts should include HA options and the ability to run containerized workspaces in the same K8s cluster.
This is for customers wanting to host Coder entirely on Kubernetes.
The text was updated successfully, but these errors were encountered: