Live data from Hacker News

Firecracker MicroVMs

firecracker-microvm.github.io

31–40 of 62 posts

Re: Firecracker MicroVMs

#32
post #4

Is 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

I think the question is raised because Firecracker was released years ago and has been posted and discussed many times before.

Re: Firecracker MicroVMs

#33

Note 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.

Technically speaking you are right. If you are not limited to AWS, then even a $5 DigitalOcean instance is be able to host 4-5 VMs.

Re: Firecracker MicroVMs

#35
post #11
post #8

Does 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...

It has problems on shutdown and few months ago didn’t work properly with namespaces, haven’t checked recently. Can be worked around…

Re: Firecracker MicroVMs

#36
post #8

Does 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.

I did this some months ago: https://github.com/combust-labs/firebuild. Plan is to come back to it sometime towards the end of the year.

Re: Firecracker MicroVMs

#39

Note 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.

> does not work on Amazon Web Services instances

Why not? And what is Google, Azure and DI doing differently

Re: Firecracker MicroVMs

#40
post #8

Does 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.

If you want some easy-to-hack --but very hackish-- shell scripts, you may find this interesting: https://ongres.com/blog/automation-to-run-vms-based-on-vanil...
Post reply on HN