Comment on What's Your Preferred Server Monitoring Method?
Trincapinones@lemmy.world 8 months agoI am running everything in docker compose so I’ve never found a use to it that justifies the waste of power
Comment on What's Your Preferred Server Monitoring Method?
Trincapinones@lemmy.world 8 months agoI am running everything in docker compose so I’ve never found a use to it that justifies the waste of power
possiblylinux127@lemmy.zip 8 months ago
docker-compose doesn’t scale well and if you run it natively it is a little less secure.
Virtualization adds 1-2% of overhead at most and gives you way more control of how the hardware is used.
Toribor@corndog.social 8 months ago
I switched from docker compose to pure Ansible for deploying my containers. Makes managing config and starting containers across multiple hosts super easy. I considered virtualizing too but decided it didn’t offer me enough advantages. If I ever have an issue with the host OS I just reinstall using a preseed file and then rerun my playbooks and it’s ready to go.