• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: October 5th, 2023

help-circle


  • Mine is a bit exotic I guess. I use Terraform to manage my home lab. I tried all of the docker update solutions out there and they’d always make my Terraform out of sync. So I built my own solution that interacts with an orchestrator, a backend and a front-end.

    I use Terraform to create flows for each service. Then the flows interact with the backend to manage the actual updates. The frontend is there to let me see the latest change log of each project before I update.

    For my next project I want to set up an oil tank monitor for our heating. Then I can use Prometheus and Grafana to monitor usage. From there I can start making predictions and so on