Hacker News new | ask | show | jobs
by nicklarsennz 2300 days ago
Does anyone know if any integration with Kubernetes is on the cards? Something like an operator with CRDs?

Or is this intended to be separate, a competitor?

3 comments

There are a few ways to use k8s + firecracker, weave has one: https://www.weave.works/oss/firekube/
This is more comparable to runc.

Firecracker can be used in kubernetes through containerd+kata containers integration. (Containerd from docker is a key tech behind both docker and K8s, kata containers from Intel enables containerd to run vms)

I don't think the experience is great yet, but it's on the way.