The site name’s a play on “The Onion” so it’s gotta be satire, right? I couldn’t find an about page to confirm.

  • fruitycoder@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Just a system that deploys, injects configs, mounts dies, handles the networking based on configs and scheduling.

    It CAN get more complicated since it enables more advanced deployment types, but it can be simple.

    I run k3s on every computer of mine as a single node cluster now as an alt to running podman or docker.

      • finkrat@lemmy.world
        cake
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        I don’t have a tutorial to recommend but starting to play around with Minikube myself, should skip the need for an actual cluster

        • kapitol@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          kubernetes kloud klan - they ride around discriminating against other types of infrastructure

      • Grappling7155@lemmy.ca
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        K3s is a distribution of Kubernetes that bundles in a few commonly used convenient tools. It’s fairly lightweight compared to vanilla k8s, and it’s simple to setup. It’s a great choice for experimenting and learning and also production ready when you’re ready to push it farther.