I Moved My Website Into My Garage
In the cloud, that is, not my actual garageI don’t have one to begin with.
. More precisely, my website
is now served from a bucket of a Garage instance running in my k3s
cluster . That’s it. No more bundling my posts in a binary to serve them
from memory, no more building a container image and waiting a few
minutes for my server to fetch and deploy it automatically. I’m
left with aws s3 sync --delete doing all the work.
Joking aside, reaching that stage was quite an insightful journey. 2026 really is the year when I try to catch up with how the industry runs software, and so far, I am pretty excited about everything I’ve learned.