What’s going on on your servers? Smooth operations or putting out fires?

I got some tinkering time recently and migrated most of my Docker services to Komodo/Forgejo. Already merged some Renovate PRs to update my containers which feels really smooth.

Have to restructure some of the remaining services before migrating them and after that I want to automate config backup for my OpnSense and TrueNAS machines.

  • Sunoc@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Sunday

    What’s good, Kiribati ? 🇰🇮

    I made some effort recently to try and set a K3S cluster with Flux but my bunch of RPi are just not powerful enough for that (never managed to deploy Longhorn). I’m moving to a more reasonable Docker Swarm with Ansible.

    • g5pw@feddit.it
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      By the way take a look at dockform for docker deploys, it’s something I’m keeping an eye on since I use sops to encrypt secrets.

    • tofuOP
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      Uh, yeah, that’s right, I’m in Kiribati and absolutely didn’t confuse the weekdays 🫣

      Bit disappointing it doesn’t seem to run on your Raspis, I thought that’s basically what k3s is for? Is Longhorn the problem or what component exactly? Figuring if you are going to switch to Swarm, the payload isn’t the issue

      • Sunoc@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        I noticed bc I live very east and in general I’m off by one day in the other direction x)

        I had two problems with my gitops setup:

        • Longhorn would fail to deploy, some container creation timeout and crashed on repeat for hours for unknown reason.
        • I never managed to have a working ingress neither using the built in Treafik, nor adding it afterwards.

        Probably skill issue in both case, but the trial and error was slow and annoying, so I figured I would just upgrade my Ansible setup instead.