Comment on Kubernetes? docker-compose? How should I organize my container services in 2024?

<- View Parent
johntash@eviltoast.org ⁨8⁩ ⁨months⁩ ago

What I do right now is I have a rclone sidecar container that uploads files in a directory every few seconds, and I also have another init sidecar that runs before the main application and downloads those files (incl sqlite dbs) to the normal disk. This works okay but feels pretty clunky and can still result in stuff getting corrupted because I’m just backing up the db files and not using any sqlite commands to actually back up the db to another file that isn’t in-use first.

How do you handle a job going from one nomad node to another? Or do you pin jobs like grafana to specific hosts?

source
Sort:hotnewtop