1. A software deployment strategy where new versions are released incrementally to a portion of servers or instances at a time, rather than all at once, allowing for continuous service availability and easier rollback if issues occur.
The team used a rolling deployment to update the application, replacing one server at a time to ensure zero downtime.
A equipe usou uma implantação gradual para atualizar a aplicação, substituindo um servidor por vez para garantir zero tempo de inatividade.
2. A deployment approach that progressively updates infrastructure or applications in waves or batches.
Rolling deployment allows us to monitor performance metrics during each phase of the update.
A implantação gradual nos permite monitorar métricas de desempenho durante cada fase da atualização.