• Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    That’s kind of hilarious. At first we had VMs to run entirely separate operating systems. Then we had Containers to separate everything except the kernel. And now we might get separation for just the kernel.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        Well, there’s a separate technology stack for virtualization. So, it would be similar in effect, but the way you get there is different, and it’s possible that it performs better or worse for certain scenarios.

  • themoken@startrek.website
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    In a weird way this makes Linux a microkernel. They’re “macro” but isolated and cooperative. Coolest patch set I’ve read about in a while.

  • fruitycoder@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Ok now i just need a wrapper for it so that k8s can load to the side loaded kernel as a virtual(?) node.

    Crazy cool to think we can load procs on tuned kernels on demand like that. You could also have an container runtime spec for it if you wanted a kernel per pod kind of deployment (more niche to me though).