I'm currently focusing my efforts on jupyterhub-ssh instead. Feel free to fork and continue working on this :) <3
KubeSSH brings the familiar SSH experience to a modern cluster manager.
I have some code that requires more RAM / CPU / GPUs / Network / Time to run than my laptop can offer. What is the simplest, most user friendly way to run this code?
KubeSSH is an experiment in trying to answer this question.
Normally, you use ssh
to get a shell on a particular single machine to do work in.
You might be editing files, reading logs, submitting jobs or running some code.
With KubeSSH, each user sshing in gets their own isolated Kubernetes Pod. This pod can be customized to provide CPU / RAM / GPUs / disk as the user / cluster admin sees fit. Users can then run their code interactively using all these resources.
Putting each user in their own Kubernetes Pod has several advantages over traditional SSH.
kubectl
and friends on their local
computers.KubeSSH brings the familiar SSH experience to a modern cluster manager.