Comment on How to manage docker compose apps?
synae@lemmy.sdf.org 1 week ago
I use k3s and argocd to keep everything synced to the configuration checked into a git repo. But I wouldn’t recommend that to someone just getting started with containers; kubernetes is a whole new beast to wrestle with.
possiblylinux127@lemmy.zip 1 week ago
Kubernetes is the Arch of Containers except way more confusing
synae@lemmy.sdf.org 1 week ago
I use it for work so it felt natural to do it at home too. If anyone has time to learn it as a hobby and doesn’t mind a challenge, I recommend it. But IMO you need to already be familiar with a lot of containerization concepts