Replies: 1 comment 10 replies
-
Hey @lowercase00 👋 Although We designed
|
Beta Was this translation helpful? Give feedback.
-
Hey @lowercase00 👋 Although We designed
|
Beta Was this translation helpful? Give feedback.
-
Hi all.
I'm starting to learn about MicroVMs (mainly Firecracker and CloudHypervisor) having worked mainly with LXD and Docker. So this is all pretty new to me (and challenging to be honest).
The lack of a wrapper on top of those two tools is challenging for a newbie. Not having something like
lxd list
ordocker run
makes for a less then ideal developer experience. In that sense,flitlock
is looking great. I haven't had much experience withcontainerd
, but by reading the docs I understand it is the backbone for metadata and image management, whileflintlock
interacts withfirecracker
to launch VMs.As is, there's still the need to build the requests manually. I've seen
fl
as well, but I wonder what are the plans going forward.My current use case is not really related to
k8s
(I understand that's flintlock focus for now), but rather to manage VMs for several applications, anything from workflows to web servers. If I were to think of the ideal interface, I would be thinking of a CLI, somewhat similar to the management capabilities thatdocker
/lxd
offer, and a SDK to be able to do things programmatically without having to manually send shell commands (which gives a lot of headaches with parsing and interpreting things).I was wondering what are the plans moving forward for
flintlock
, whether there'll be some development in the direction of aflintctl
with a Go SDK, and also if this will move towards a generic MicroVM manager vs a K8S cluster management tool. (I saw @richardcase demo on a live with Alex Ellis and things are really impressive indeed!)I would be happy to contribute to this as well.
Thanks a lot for sharing, really appreciate the work you guys have been doing.
Beta Was this translation helpful? Give feedback.
All reactions