| ▲ | lionls 3 hours ago | |||||||
Amazing work, I am currently in the process of building something similar on my server for personal use, but yours looks really promising. Especially running sandboxes on your own can be tedious. Why have you opted for Modal instead of Firecracker or a similar micro VM solution? Best of luck to you! | ||||||||
| ▲ | BenceRed 3 hours ago | parent [-] | |||||||
Modal has a lot of small niceties that made them easy to implement, such as filesystem snapshots and programmatic build images. But I did see that AWS recently launched Lambda MicroVMs, and since we're an AWS house we may transition to using them. My main issue with Modal is that their autoscaling is not as good as Daytona's. You have to stop the machine, resize, then start it, which takes ~3s and terminates all running processes. Daytona supports scaling up (but not down) without stopping the VM. Also would recommend checking out ColeMurray/background-agents if you're planning to self host. Very good alternative! And the team behind it are great | ||||||||
| ||||||||