/microvm-operator

Kubernetes Operator to create MicroVMs on Flintlock hosts

Primary LanguageGoMozilla Public License 2.0MPL-2.0

microvm-operator

A simple kubernetes operator to create batches of MicroVMs on Flintlock-running devices.

Note that this is VERY poc right now...

Getting Started

For now refer to the auto-generated kubebuilder docs.

Contributing

Refer to the general Liquid Metal contribution guides.

How it works

This project aims to follow the Kubernetes Operator pattern

It uses Controllers which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster.