Deploy code-server on Kubernetes, providing multi-user support. #6748
torchiaf
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Nice work! I think there is some overlap with our own provisioning software (https://github.com/coder/coder) which uses Terraform and can be used with Kubernetes as well. It supports a number of applications, either custom made or imported as modules (https://github.com/coder/modules), including code-server. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a simple application, https://github.com/torchiaf/code-editor.
It can be used to spin up
code-server
instances on kubernetes, one for each user.Each user can customize their own code-server instance adding vs-code settings, extensions, git configurations and more .
Do you think it might be something worth working on / useful for people?
Beta Was this translation helpful? Give feedback.
All reactions