I’m thinking about starting a self hosting setup, and my first thought was to install k8s (k3s probably) and containerise everything.

But I see most people on here seem to recommend virtualizing everything with proxmox.

What are the benefits of using VMs/proxmox over containers/k8s?

Or really I’m more interested in the reverse, are there reasons not to just run everything with k8s as the base layer? Since it’s more relevant to my actual job, I’d lean towards ramping up on k8s unless there’s a compelling reason not to.

  • csm10495@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 year ago

    The basics can be useful there. The whole idea with k8s is to be able to run applications across multiple hosts in a given fleet. Your cluster can be that fleet! :)

    • tiwenty@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 year ago

      Also k8s is in high demand in the sector, so those are good skills that could be turned into $$

      • kiddblur@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        I get why too. I’m a full stack (including devops) software engineer, and docker/k8s is just completely opaque to me. I’m not sure why, but I really just can’t wrap my head around it. Thankfully my current company has a devops team that takes care of it, but jeez

        • tiwenty@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Tbh those stuff aren’t really intuitive. But, as was my case for instance, that’s something that can be “easily” learnt as a hobbyist like us. And when you understand those concepts, at least from an abstract point, my stance is that you can become a better dev/ops/sys :) I strongly advice anyone in the field to at least play a little with Docker/containers to grasp what it is.