Eseguire MongoDB in produzione prevede replica set (alta disponibilità), sicurezza appropriata, backup, monitoraggio e pianificazione delle risorse — oppure usare MongoDB Atlas (il servizio cloud gestito) che gestisce gran parte di questi aspetti. Operare MongoDB in modo affidabile richiede attenzione a queste problematiche operative.
Opzioni di distribuzione
SELF-MANAGED → run MongoDB yourself (on VMs/containers): full control, but you handle
replica sets, failover, backups, upgrades, scaling, monitoring, security
MONGODB ATLAS → the managed cloud service (AWS/GCP/Azure): handles HA, backups,
scaling, patching, monitoring, security defaults → much less operational burden
(the common choice for many teams)
