• setVeryLoud(true);@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Is it production-ready?

          I’m thinking of setting it up on an OVH bare metal dedicated server to run various sites and Docker processes, but I don’t want to handle Kubernetes myself.

          • timbuck2themoon@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 days ago

            You always have to manage kubernetes. And talos is nothing but a ready to do k8s os.

            If you don’t want kubernetes I’d suggest something like fedora coreos.

            • setVeryLoud(true);@lemmy.ca
              link
              fedilink
              arrow-up
              1
              ·
              2 days ago

              I’m ok with k8s, I’m just chicken shit because I’ve never had an opportunity to use them in prod.

              How does Talos differ from something like Ubuntu with microk8s?

              • timbuck2themoon@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                ·
                2 days ago

                The only way to interact with it is using talosctl (no ssh, very minimal console, etc.) It is pretty slim and designed only to use k8s. Ubuntu on the other hand is general purpose that can be made to use k8s.

                Basically the idea being that your nodes are also cattle.

                It’s very interesting. I’m debating moving from fedora coreos to it. About to spin up a test cluster whenever I have free time.

          • towerful@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            I was aware of kubernetes 6 months ago, but had never used it.
            I got a 3 node cluster running in a day, and was learning kubernetes.
            The only issues I’ve had were due to hardware failure causing etcd instability, and misconfigured operators generating terabytes of logs leading to pod eviction.

            I don’t know what would signify it being production ready. It had all the levers and knobs I needed. I haven’t yet needed to run a sysadmin debug container to poke around the host OS.
            It’s also great for learning. If you make a mistake, it’s very easy to wipe and reinstall and get back to where you were.