Oddbean new post about | logout
 nice! scripts or Makefiles, same convenience. 

would caution you on k8s… heck you can simply install docker on a Linux box and it’ll run your containers in the background and restart them if they die. manually run cert manager and you’re pretty much done. k8s is great to learn but it can be a nightmare to operate. I used to run my personal stuff on k8s using k3s on a single box. after like a year some mTLS cert expired and I couldn’t get kubectl. after banging my head on the wall I burned the whole thing down. now I either use docker to run containers or systemd to run binaries. no bs. nothing to break. 
 There's honestly no need when I really think about it when I consider who I'm making it for. Docker compose will do just fine for a long long time.

Those guys were at one point just happy with a python script they had to run manually on a VM they already had something else running on. Cause it worked and it was useful beyond anything they had previously. 
 that’s the best. you’re probably like a magical superhero to them. ✨ 
 Always have been 😎