• @iturnedintoanewt@lemm.ee
    link
    fedilink
    52 months ago

    How about Proxmox? It allows containers and VMs. Containers via LXC, but you could set your own VM to run docker/kubernetes etc. Haven’t had many chances to try Kuberbetes myself, so not sure the difference of advantages.

    • @plasticcheese
      link
      3
      edit-2
      2 months ago

      Yeah, I use Proxmox at home and however much I love the product, it’s not really enterprise ready. There are too many missing features and 3rd party integrations that come as standard with vSphere. Our future is probably in microservices. The cost saving benefits of auto scaling, while also being vendor agnostic are very attractive.

      • yeehaw
        link
        fedilink
        12 months ago

        Ye ol “free” hyper-v as well. Would probably be the next one I consider in a corporate environment after VMware just blew it’s brains out. Containers are great, I run kubernetes at one on truenas scale but obviously it’s Linux containers which may have some implications if the idea is to move everything off VMware to containers. Like if there are windows vms.

        • @Nollij@sopuli.xyz
          link
          fedilink
          English
          22 months ago

          Hyper-V is discontinued, at least as a standalone hypervisor. It’s only available as an additional role on a full OS.

          IOW, it’s a replacement for VMware Workstation, not ESXi, and certainly not vcenter.

          • yeehaw
            link
            fedilink
            1
            edit-2
            2 months ago

            I’m not sure what you’re talking about. That’s how hyperv has always been deployed. Install Microsoft server, install hyperv role. It’s a hypervisor. Does all the fancy things like clustering as well, through the fail over cluster manager where you can view all your hosts, move vms from host to host, configure your witnesses etc. It absolutely is a competitor in the esxi space, never had quite all the bells and whistles but it was good enough for most applications.

            • @Nollij@sopuli.xyz
              link
              fedilink
              English
              12 months ago

              The standalone Hyper-V Server was last released for server 2019. Not only was this leaner than Server 2019 w/ the Hyper V role, it was available for free.

              • yeehaw
                link
                fedilink
                12 months ago

                Ok I’m not sure what your point is then. VMware clustering isn’t free either.

        • @plasticcheese
          link
          12 months ago

          Just a quick FYI, Kubernetes is not just LXC. It can run just about any container type you throw at it. It seems like a superb platform :)

          • yeehaw
            link
            fedilink
            12 months ago

            Correct, it’s not really accurate to compare kubernetes to lxc. It’s a container orchestration tool.