Declarative Configuration #3534
-
First of all, thanks for this great project! It really changed how I look at development environments. I come from a very mixed development and operational background. Having run kubernetes since pre 1.0 on bare metal (I know, what was I thinking) I've gained a deep appreciation for declarative APIs and configuration. So, having just wiped my machine and installed Fedora 34 (which is really slick) I decided to try to do all development in code-server running on a kubernetes cluster. Being the person that I am I've been playing with building manifests slowly checking out how to do things and add configuration as I go only needing There are three categories that I'm interested in to see what solutions people have found:
As said I'm very interested in tricks people have found and in the visions of the maintainers before I start hacking away at things! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Great questions!
|
Beta Was this translation helpful? Give feedback.
Great questions!
apt-get
(or equivalent) commands, then use the resulting image for development. You could create a cronjob that builds this image every day and pushes it to a local registry inside your k8s cluster.code-server --install-extension
with a PVC for wherever the extensions are installed (probably~/.local/share/code-server
or something).