Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.68 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.68 KB

Remote Development using SSH, Visual Studio Code and Kubernetes

Go Report Card Coverage Status GoDoc

Docker Stars Docker Pulls Docker Cloud Automated build Docker Cloud Build Status

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.

Code status

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
  • ...