Is there something new that prompted this posting?
Firecracker MicroVMs
31–40 of 62 posts
Re: Firecracker MicroVMs
#32Is there something new that prompted this posting?
If I were to guess, I'd guess because Firecracker is something "that good hackers would find interesting" https://news.ycombinator.com/newsguidelines.html
Re: Firecracker MicroVMs
#33Note that this Amazon developed technology does not work on Amazon Web Services instances. It does however work on Google, Azure and Digital Ocean instances where you can configure nested virtualisation.
It works on AWS's metal instances, doesn't it? That is definitely a constraint though, as the smallest available metal instances are pretty large, hence costly on a per instance basis.
Re: Firecracker MicroVMs
#34Is there something new that prompted this posting?
Re: Firecracker MicroVMs
#35Does anyone know of any good orchestrators for Firecracker VMs? While the technology is great, the CLI and API are still a bit too complex and low-level to implement some basic use cases in production.
There's a firecracker driver for Hashi's Nomad. Haven't tried that driver, but nomad isn't bad. https://www.nomadproject.io/docs/drivers/external/firecracke...
Re: Firecracker MicroVMs
#36Does anyone know of any good orchestrators for Firecracker VMs? While the technology is great, the CLI and API are still a bit too complex and low-level to implement some basic use cases in production.
Re: Firecracker MicroVMs
#37For those using firecracker, what's your method for building a rootfs?
Re: Firecracker MicroVMs
#38Best example of current usage that comes to mind (outside of AWS’s own Lambda & Fargate) is Fly.io - they they use Firecracker for all the containers.
Re: Firecracker MicroVMs
#39Note that this Amazon developed technology does not work on Amazon Web Services instances. It does however work on Google, Azure and Digital Ocean instances where you can configure nested virtualisation.
Why not? And what is Google, Azure and DI doing differently
Re: Firecracker MicroVMs
#40Does anyone know of any good orchestrators for Firecracker VMs? While the technology is great, the CLI and API are still a bit too complex and low-level to implement some basic use cases in production.