Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 771 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 771 Bytes

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.