Hey folks,
For teams deploying Erlang/BEAM apps across multiple environments (containers, bare metal, cloud), what tools are you all using to keep your infrastructure sane?
Curious about:
- Deployment orchestration (e.g., Ansible, SaltStack, etc.)
- Remote execution across nodes
- Scheduled maintenance/patching
- Log aggregation and alerting
- Backup/recovery of Mnesia or external DBs
Would love to know what’s worked (or failed) for you — especially in environments with lots of nodes or mixed Linux/Windows setups.