Docker-compose and be done with it. Kubernetes and NixOS are great and more powerful than docker compose, but the learning curve is longer. Feel free to graduate to k8s or NixOS, once you are up and running with compose. Docker compose has the most tutorials, YouTube videos, the widest support among projects you want to self host, and many more people who can readily advise you on troubleshooting. Check out r/selfhos…
I completely agree. I did a disaster recovery test of my services (all on docker) from scratch and without documentation. I started by downloading the Debian ISO and went from there. It took me about 60 minutes to be up and running, this includes DHCP from pihole and getting everything from borg backups. I took notes to be faster/better next time but I lost them somehow :-| Docker everything and you will be fine. I u…
Every time I bootstrap it, I go through the instructions I wrote and improve/update if necessary.
Much simpler than Ansible