enixdark / flintlock

Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.

Home Page:https://weaveworks-liquidmetal.github.io/flintlock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GitHub codecov Go Report Card

What is flintlock?

Flintlock is a service for creating and managing the lifecycle of microVMs on a host machine. Initially we will be supporting Firecracker.

The primary use case for flintlock is to create microVMs on a bare-metal host where the microVMs will be used as nodes in a virtualized Kubernetes cluster. It is an essential part of Liquid Metal and will ultimately be driven by Cluster API Provider Microvm (coming soon).

Features

Using API requests (via gRPC or HTTP):

  • Create and delete microVMs using Firecracker
  • Manage the lifecycle of microVMs (i.e. start, stop, pause)
  • Configure microVM metadata via cloud-init, ignition etc
  • Use OCI images for microVM volumes, kernel and initrd
  • (coming soon) Use CNI to configure the network for the microVMs

Documentation

See our getting started with flintlock tutorial.

Contributing

Contributions are welcome. Please read the CONTRIBUTING.md and our Code Of Conduct.

You can reach out to the maintainers and other contributors using the #liquid-metal slack channel.

Other interesting resources include:

Getting Help

If you have any questions about, feedback for or problems with flintlock:

Your feedback is always welcome!

Compatibility

The table below shows you which versions of Firecracker are compatible with Flintlock:

Flintlock Firecracker
>= v0.3.0 Official v1.0+ or >=v1.0.0-macvtap
<= v0.2.0 <= v0.25.2-macvtap
<= v0.1.0-alpha.6 <= v0.25.2-macvtap
v0.1.0-alpha.7 Do not use
v0.1.0-alpha.8 <= v0.25.2-macvtap

Note: Flintlock currently requires a custom build of Firecracker if you plan to use macvtap available here.

License

MPL-2.0 License

About

Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.

https://weaveworks-liquidmetal.github.io/flintlock/

License:Mozilla Public License 2.0


Languages

Language:Go 83.0%Language:Shell 10.0%Language:Python 3.8%Language:Makefile 1.5%Language:JavaScript 1.5%Language:CSS 0.3%