Re: If we are so opposed to Docker and Kubernetes, what is the real alternative on BSD?
Date: Fri, 02 Feb 2024 12:30:03 UTC
On Fri, Feb 2, 2024 at 12:40 AM Mario Marietto <marietto2008@gmail.com> wrote: > Excuse me. I'm not very experienced,but isn't the L4 or any other > microkernel a valid alternative to containers ? If I have understood > correctly how it works,it allows multiple instances of the various services > implemented within the microkernel OS. How many instances can we have ? For > example in the L4 Linux kernel webpage it is explained that it can boot > FreeBSD in cooperation with Linux. It works like xen. WIth xen we can have > multiple virtual machines. But xen today has been preferred to kvm. And > anyway,we always talk about monolithic kernels. So,I want to ask : is a > microkernel OS a valid alternative to the containers ? If it allows to run > only some services of the "virtualized" os,why not use it ? Why not invest > effort and time to implement this solution as an alternative to the > containers that FreeBSD already has ? Personally I like the idea of seeing > Linux and FreeBSD work together. > > IMHO, way beyond the scope of this thread. AFAIK neither Linux nor FreeBSD are microkernels. The original question is more like what would it take to run k8s natively using different jail managers like CBSD and BastilleBSD as drivers? Does it already exist? maybe: https://github.com/tnorlin/kubernetes What is the state? What are the limitations? etc. etc.