• brie
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    Thanks, this clears things up. I didn’t know what exactly was making print IO slow.

    I don’t use any complex TUIs. Pretty much everything is CLI or GUI. Which TUIs did you have in mind that were slow?

    I’d like to test this soon. I’ll look for a modern TUI framework.

      • brie
        link
        fedilink
        English
        arrow-up
        1
        ·
        17 hours ago

        Fair. I hate kube though. Most companies run just 10 pods because they cargo cult google. The complexity of it is completely unjustified

        • FrederikNJS@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          The right tool for the right job.

          I agree that many small businesses jump to Kube too early. If your entire app is a monolith and maybe a few supplementary services, then Kube is massive overkill.

          But many people also tend to overlook all of the other benefits that suddenly become very easy to add when you already have Kube, such as a common way to collect logs and metrics, injecting instrumentation, autoscaling, automated certificate handling, automated DNS management, encrypting internal network traffic, deployment tools that practically works out of the box, and of course immutable declarative deployments.

          Of course you can build all of this yourself, when you need it, but once you have the foundation up and running, it becomes quite easy to just add a helm chart and suddenly have a new capability.

          In my opinion, when the company it big enough to need a dedicated ops team, then it’s big enough to benefit from Kube.