• LedgeDrop@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 days ago

    Begins?!? Docker Inc was waist deep in enshittification the moment they started rate limiting docker hub, which was nearly 3 or 4 years ago.

    This is just another step towards the deep end. Companies that could easily move away from docker hub, did so years ago. The companies that remain struggle to leave and will continue to pay.

    • WhatAmLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      16 days ago

      When that happened our DevOps teams migrated all our prod k8’s to podman, with zero issues. Docker who?

      • sudneo@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 days ago

        Why would anybody use podman for k8s…containerd is the default for years.

        • 1984@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          16 days ago

          Maybe you can run containerd with podman… I haven’t checked. I just run k3s myself.

          • sudneo@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            ·
            16 days ago

            Yeah, but you don’t need anything besides the runtime with kubernetes. Podman is completely unnecessary since kubelet does the container orchestration based on Kubernetes control plane. Running podman is like running docker, unnecessary attack surface for an API that is not used by anybody (in Kubernetes).

            I run k0s at home, FWIW, tried k3s too :)