openvscode-server
openvscode-server copied to clipboard
Develop using OpenVSCode and a remote container
I would like to use OpenVSCode for cloud development in a microservices-orianted environment.
I was thinking on the following architecture/setup:
- Use K8s as the runtime environment.
- OVSC & Dev pods to run using dedicated/separated pods (Not sidecars).
- Code sharing is done via NFS, syncthing, etc

The documentation are showcasing a setup of OVSC that operate/run as the Dev pod itself. While running as described above (IDE & Dev pods running on a separated pod), I noticed that dev-related libraries/missing (e.g. Golang packages) are not available as they are installed on the dev pod, etc:

Q:
- What is needed in order to support such a setup?
- Is it possible to init OVSC in such a way that it will execute commands/open the terminal on a remote container as default?
Thanks!