• 0 Posts
  • 8 Comments
Joined 11 months ago
cake
Cake day: October 16th, 2023

help-circle


  • I’m running probably 100 services in Kubernetes in my homelab, most of it is made up of manifests that I’ve written translated over from docker compose files where I used to run the services. I also run some helm charts, but mostly just for more complex sets of services. I commit everything to a private GitHub repository, Flux replicates it to the cluster, and Renovate handles updates. Obviously writing manifests for Kubernetes is way more complex compared to Docker, but that’s kinda the point right, Kubernetes is way more powerful than Docker, so it’s going to come with extra complexity to match