Live data from Hacker News

Firecracker MicroVMs

firecracker-microvm.github.io

1–10 of 62 posts

Re: Firecracker MicroVMs

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

Re: Firecracker MicroVMs

#9
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.

Kubernetes using Kata containers[1] as a containerd[2] backend

[1] https://aws.amazon.com/blogs/opensource/kata-containers-1-5-...

[2] https://github.com/kata-containers/kata-containers/blob/main...

Re: Firecracker MicroVMs

#10
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.

Take a look at Weaveworks Ignite for an open source tool for running Firecracker VMs from container images: https://github.com/weaveworks/ignite

And of course AWS Fargate and Lambda use this tech under the hood transparently, so that's always an option if you don't want to host and operate it yourself.

Post reply on HN