dfr / ocijail

An OCI runtime using FreeBSD jail
BSD 2-Clause "Simplified" License
38 stars 3 forks source link

[Question] Is ocijail planned to be CRI compatible? #4

Open OneOfTheJohns opened 1 month ago

OneOfTheJohns commented 1 month ago

Hi,

It would be cool to have container/jail runtime that would be compatible with kubernetes for Freebsd, is there any plans to add such compatability in future for ocijail?

Thanks.

dfr commented 1 month ago

I have a working prototype for CRI-O - part of it is in review here: https://github.com/cri-o/cri-o/pull/7727. With this prototype along with some changes to add FreeBSD support in some of the Kubernetes components, I have a small scale FreeBSD-native Kubernetes cluster running in my lab.