tensorchord / envd

🏕️ Reproducible development environment
https://envd.tensorchord.ai/
Apache License 2.0
1.95k stars 156 forks source link

feat(runner): Support remote machine #1112

Open gaocegege opened 1 year ago

gaocegege commented 1 year ago

Description

We should support running envd on remote machine, not the kubernetes.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

VoVAllen commented 1 year ago

Possible way: write a tutorial to teach people using ssh port forwarding to forward the envd sshd port for now. And tell them where to get the private key. (probably we can write a python script for this)

VoVAllen commented 1 year ago

Better way is to support remote machine on envd-server

aseaday commented 1 year ago

IMO, I think we'd better only need SSH access to achieve this feature. The users have ssh password or private keys to remote servers.

VoVAllen commented 1 year ago

https://github.com/tensorchord/envd-docs/pull/185