Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.
/ remote-vsc-k8s Public archive

Manage Visual Studio Code Remote nodes on demand using Kubernetes

License

Notifications You must be signed in to change notification settings

digitorus/remote-vsc-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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