I used to think Kubernetes was complex machinery solving scalability problems I would never have. I was wrong.
Kubernetes has less moving parts than my handmade deployments. It's sturdier than my hand written playbooks. It solves problems I already have.
https://ergaster.org/posts/2025/07/09-kubernetes-black-friday/

Kubernetes is not just for Black Friday
I self-host services mostly for myself. My threat model is particular: the highest threats I face are my own incompetence and hardware failures. To mitigate those risks used to rely on podman containers to "standardize" my services, and on ansible to automate the deployment on my VPS.