Show HN: Smol machines – subsecond coldstart, portable virtual machines
41–50 of 162 posts
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#42question: why do you report that qemu is 15sthanks a lot
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#43Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
What is the status of supporting live migration? That's the one feature of similar systems that always gets left out. I understand why: it's not a priority for "cloud native" workloads. The world, however, has work loads that are not cloud native, because that comes at a high cost, and it always will. So if you'd like a real value-add differentiator for your micro-VM platform (beyond what I believe you already have,)…
Thanks
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#44We’re using smolmachines to create environments for our agents to execute code. It’s been great so far and the team is super responsive. The dev ergonomics are also great.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#45Earlier quoted context omitted.
What is the status of supporting live migration? That's the one feature of similar systems that always gets left out. I understand why: it's not a priority for "cloud native" workloads. The world, however, has work loads that are not cloud native, because that comes at a high cost, and it always will. So if you'd like a real value-add differentiator for your micro-VM platform (beyond what I believe you already have,)…
Really appreciate the suggestion! By "live migration", do you mean keeping the existing files and migrate them elsewhere with the vm? Thanks
virsh migrate --live GuestName DestinationURL
This is feasible when network storage is available and useful when a host needs to be drained for maintenance.Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#46I’m currently evaluating smolvm for my project, https://withcave.ai, where I’m using Incus for isolation. The initial integration results look very promising!
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#47Hello, I'm building a replacement for docker containers with a virtual machine with the ergonomics of containers + subsecond start times. I worked in AWS previously in the container space + with firecracker. I realized the container is an unnecessary layer that slowed things down + firecracker was a technology designed for AWS org structure + usecase. So I ended up building a hybrid taking the best of containers with…
What is the status of supporting live migration? That's the one feature of similar systems that always gets left out. I understand why: it's not a priority for "cloud native" workloads. The world, however, has work loads that are not cloud native, because that comes at a high cost, and it always will. So if you'd like a real value-add differentiator for your micro-VM platform (beyond what I believe you already have,)…
By what I assume is your definition, there are plenty of "non cloud native" workloads running on clouds that need live migration. Azure and GCP use LM behind the scenes to give the illusion of long uptime hosts. Guest VMs are moved around for host maintenance.
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#48Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#49Basically any open source project nowadays run their software stack in containers often requiring docker compose. Unfortunatley Smol machines do not support Docker inside the microvms and they also do not support nested VMs for things that use Vagrant. I think this is a big drawback.
Would you be ok with a trampoline that launched the VM as a sibling to the Vagrant VM?
Re: Show HN: Smol machines – subsecond coldstart, portable virtual machines
#50smolvm is awesome. The team is highly responsive and very experienced. They clearly know what they’re doing. I’m currently evaluating smolvm for my project, https://withcave.ai , where I’m using Incus for isolation. The initial integration results look very promising!