Remix.run Logo
MikeKusold 7 hours ago

> I'm struggling to understand how something like this can be reproduced consistently across environments. How would you package this inside a Git repo? Can it be managed through GitOps?

I manage my podman containers the way the article describes using NixOS. I have a tmpfs root that gets blown away on every reboot. Deploys happen automatically when I push a commit.

HumanOstrich 31 minutes ago | parent [-]

Combining it with Nix puts you back at the complexity level of full k8s again. Are you hosting Rust projects as well?