|
|
|
|
|
by iteratorx
1228 days ago
|
|
Bunnyshell.com has a remote development feature that works like this:
- environments are deployed to you Kubernetes cluster (via bunnyshell)
- developers edit files locally (on their laptops) in any IDE/editor they wish
- code is synced in real-time to the cloud env So devs write code locally, but it runs remotely, in the cloud, in a complete environments. Also, ephemeral environments are available ( create/destroy env on PR open/close). Disclosure: I work @Bunnyshell |
|