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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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