DeepSpeed icon indicating copy to clipboard operation
DeepSpeed copied to clipboard

SSH-less connection on Kubernetes

Open dogacancolak opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. What is the advised way to run DeepSpeed on Kubernetes? Starting an ssh daemon does not sound optimal, since we would need to have two processes per container: one for deepspeed and one for ssh.

Using MPI isn't a solution either since MPI also uses ssh to establish the connection.

dogacancolak avatar Jan 09 '23 09:01 dogacancolak