I’ve started playing with it and it is actually pretty cool. I can create basic containers and then group them into pods. Once the pods are running and healthy I can deploy to Kubernetes

  • @Samsy@lemmy.ml
    link
    fedilink
    English
    02 months ago

    I would switch to podman if there is an easy transition from docker to podman

    • @magikmw@lemm.ee
      link
      fedilink
      English
      132 months ago

      Most commands are the same. They recommend just aliasing docker to podman so you can keep using your old commands.

      • mosiacmango
        link
        fedilink
        English
        5
        edit-2
        2 months ago

        This changes a bit when you start using podman quadlets instead of docker compose, but most compose commands have an analog in the quadlet syntax.

        Ive yet to run into any compose files that I couldn’t translate, but some functions took a bit. The quadlet docs from redhat really help there.

            • Possibly linuxOP
              link
              fedilink
              English
              12 months ago

              Even though it isn’t technically supported it still can help with moving to Qualets and ultimately Kubernetes. You can use it to create a pod and then you can expose the configuration.