Skip to content(if available)orjump to list(if available)

Flintlock – Create and manage the lifecycle of MicroVMs, backed by containerd

rzzzt

"Backed by containerd" confused me until I found this snippet in the documentation (spoilers: it is used for pulling images amongst other things, but not as a container runtime): https://flintlock.liquidmetal.dev/docs/getting-started/conta...

ofrzeta

First time I hear about the "Cloud Hypervisor" https://www.cloudhypervisor.org/. It's really hard to keep up with all new stuff in the field.

tptacek

Cloud Hypervisor has been around for years. It's a very similar Rust codebase to Firecracker (and shares libraries). People use it because it supports PCI passthrough.