Comparisons to ignite #151
-
|
Hi 👋 Thanks for opensourcing this project. I was wondering since weaveworks already has Thanks 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Does that help? |
Beta Was this translation helpful? Give feedback.
Hi @techknowlogick
flintlock(previously known asreignite) achieves similar goals toignitein that at their core both create Firecracker microvms and use OCI images. ignites original use case was to bring a docker cli experience to Firecracker. However,flintlockis designed to be API driven (not cli drive) and to be used with a Cluster API provider we are building...that combined will result in Firecracker based Kubernetes clusters. So its more like the evolution of Ignite+Firekube with a focus on Cluster API. Also, we will be adding support for cloud hypervisor in addition to Firecracker.Does that help?