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

    • Possibly linux@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      8
      ·
      5 months ago

      It is a GUI but it really helps me wrap my head around building Kubernetes deployments. Technically you could use a combination of podman and kubectl to do something similar but with Podman desktop it is all integrated which is nice.

  • markstos@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 months ago

    Tried it a couple times. Went back to the CLI.

    If you know the CLI or are willing to learn, the GUI is yet-another layer for bugs to exist.

  • bruhduh@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    I use podman cockpit with virtualmin on my home server, can manage everything from my phone that way

  • Samsy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

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

    • magikmw@lemm.ee
      link
      fedilink
      English
      arrow-up
      9
      ·
      5 months ago

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

      • mosiacmango@lemm.ee
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        5 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.