this post was submitted on 03 Jul 2023
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

207 readers
1 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/IvanVSk on 2023-07-03 12:26:34+00:00.


I used to run my homelab using docker and I was using watchtower to update my containers using images with latest tag every time there was a new release. I haven't found anything like that for Kubernetes, so I made my own python script to do that. https://github.com/IvanVojtko/kube-updater/tree/main I run it as a cron job every hour inside a cluster and it can also send a Gotify notification every time something was updated. It supports deployments and stateful sets. I hope that someone will find it helpful.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here