• K3CAN@lemmy.radio
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 days ago

    Using them here to run everything. My whole *arr stack is running in a Quadlet pod. Really convenient, especially the auto update and rollbacks.

  • k_rol@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 days ago

    I love the concept too and I just hope it will catch on much more than this. To convert your compose files you could use Podlet. I’m also working on converting it to JavaScript(PodletJS) so it’s available in it-tools.

    Go for Podlet though, really nice for command lines.

    Sorry for all the links, I got overly excited 😆

    • Nico198X@europe.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      Just want to chime in here to say I use containerized caddy as a reverse proxy with quadlets and did nothing special.

      • xinayder@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        If you have caddy as a reverse proxy inside podman user namespace separated networks, they don’t take the upstream client IP address and instead you get local IP addresses assigned to logs. Socket activation is kinda required if you want to get the client’s real IP address in your logs.

  • Eldaroth@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days ago

    Nice, did the same for some services I run at home. Now in the process of migrating my stuff on my vps from docker compose to quadlets. It’s a bit more involved but worth the QoL stuff quadlets bring with them, like automatic updates and systemd integration. I’m curious, which is your Linux distro of choice to run your podman quadlets on?

    • Botzo@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 days ago

      I’m now running quadlets on Garuda (my gaming/devbox), and Fedora. The impetus for this was needing to host service in an unprivileged way at work on RHEL9, so I got paid to do some learning with my own services.

      My laptop is running Bazzite, but no services there. I’ll move the server to silverblue or another image based distro when I finish extracting the rest of my misadventures to containers.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    12 days ago

    They are generally pretty good but troubleshooting them is a pain. Quadlets are also a bit more more complex than Docker compose.

    Note: User space includes root and anything not running in kernel space.

    • Nico198X@europe.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 days ago

      I hate docker compose and find that much more complicated. It’s a whole other structure that’s essentially unneeded.

      But I started with podman and not docker, so that’s probably why