Remix.run Logo
Flintlock – Create and manage the lifecycle of MicroVMs, backed by containerd(github.com)
89 points by Palmik 5 days ago | 6 comments
rzzzt 5 days ago | parent | next [-]

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

dboreham 5 days ago | parent | prev | next [-]

These things are a great idea but it turns out they're always a massive pain to actually use. Until container-as-VM is as easy to get as installing docker, not really viable for mainstream use imho.

Imustaskforhelp 4 days ago | parent [-]

Someone else mentioned about kata and it seems to be pretty interesting imo.

What are your thoughts on it?

ofrzeta 5 days ago | parent | prev | next [-]

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 5 days ago | parent [-]

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.

stevefan1999 4 days ago | parent | prev [-]

Compare this with Kata Container?