Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
11–20 of 31 posts
Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#12This platform powers full-stack applications for business users, including Playcode.ai.
For more information about our cloud platform, visit: https://playcode.io/cloud
Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#13Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#14Fun fact: we also built our cloud platform based on Fly.io’s ideas, but we supercharged it with a custom Rust filesystem. This platform powers full-stack applications for business users, including Playcode.ai. For more information about our cloud platform, visit: https://playcode.io/cloud
Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#15This is phenomenal, great work! On the HN frontpage is Superlogical (I have no affiliation) right now, and I used the shell provided by the Kedge News demo to `ssh superlogical.jobs` from my browser on a phone on an instance started seconds earlier. :) I didn't immediately spot the durability contract for volumes -- local NVMe like Fly, or sitting on some underlying system like EBS?
Thanks for the kind words! > I didn't immediately spot the durability contract for volumes -- local NVMe like Fly, or sitting on some underlying system like EBS? Persistent volumes use local NVMe that continuously syncs to object storage, so a similar architecture to Fly Sprites. It automatically recovers from host failures (with on-demand lazy restore), and you can manually migrate stable members to another region i…
Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#16Fun fact: we also built our cloud platform based on Fly.io’s ideas, but we supercharged it with a custom Rust filesystem. This platform powers full-stack applications for business users, including Playcode.ai. For more information about our cloud platform, visit: https://playcode.io/cloud
[flagged]
Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#17Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#18Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#19Re: Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
#20I've been excited about using (lib)krun as a drop in replacement for crun/runc for container engines, to make them run qemu microvms. I'm exploring what it could look like if every process of an OS ran like that. I envy you, would love to work on something like this!