An SSH proxy that created user dedicated Kubernetes pods for Visual Studio Code Remote (SSH) on demand using Kubernetes.
The pod image can be confired to deploy your own pre-configured image holding all your favorite tooling.
The current version (alpha) is based on a proof of concept, we are open for all contributions, specifically:
- Big code cleanup (add godoc documentation, fix lint errors, split functions, etc)
- Split code in multiple files -- SSH specific -- Kubernetes specific
- Add support for SSH agent forwarding
- Add more implementation tests
- ...