The GitOps non-Kubernetes Homelab

The Idea Kubernetes is overkill. Sure it has its uses, but for a homelab? Na we can get the same benefits without its complexity. Who needs high availability anyways? … Okay fair lots of people, but again, this is a homelab, so I don’t need it…yet. Version control. Infrastructure as code. Auto updates. Easy expansion and freedom of choice for everything. All without Kubernetes. This is my homelab. Say there is an update for a service I run on my server - I click a button, and it is applied....

Homelab

My homelab is constantly evolving. The latest will be on my homelab git repo Currently I am using a docker-based homelab. The plan is to switch to a GitOps based homelab. (see here) This site will serve as a place for specific projects and things that need a few more words than the ones in a config file. Here is a picture of my whole homelab: Network UPS Tools (NUT) Battery backup for all the network and homelab things....

March 1, 2024

This Website

How I made this Website The goal of this is to have a folder of files I can edit, then upload to GitHub, and have a website built whenever there is a commit. Install hugo Install via package manager, ie: dnf install hugo Choose a directory, then hugo new site ./ I referenced this YouTube video to get me started Set a theme Download a theme, and set it in hugo....

December 29, 2024