Mudanças entre as edições de "Canary Deployment"

De Basef
Ir para: navegação, pesquisa
(Criou página com 'Canary deployments are a pattern for rolling out releases to a subset of users or servers. The idea is to first deploy the change to a small subset of servers, test it, and th...')
 
(Sem diferença)

Edição atual tal como às 09h35min de 9 de fevereiro de 2018

Canary deployments are a pattern for rolling out releases to a subset of users or servers. The idea is to first deploy the change to a small subset of servers, test it, and then roll the change out to the rest of the servers. The canary deployment serves as an early warning indicator with less impact on downtime: if the canary deployment fails, the rest of the servers aren't impacted. [1]
  1. "Canary deployments." Octopus Deploy. Retrieved from https://octopus.com/docs/deployment-patterns/canary-deployments