4 questions
3
votes
1
answer
182
views
Is possible achieve rolling deploy (and HA) with JSF application?
I think the main problem with JSF is: hard to achieve rolling deploy.
With stateless restapi + js frameworks you can stop some servers and upgrade it while other servers works and there is no or ...
0
votes
1
answer
861
views
Is this zero-downtime database migration plan viable?
I am pondering about performing a zero-downtime database migration and came up with minimum necessary steps.
By "migration" I mean any change in the same database that is not backward-...
1
vote
1
answer
1k
views
Can I automatically do Rolling, Blue-Green and Canary Deployments on Cloud Run (GCP)
I come from AWS. I used to automatically do Rolling, Blue-Green and Canary Deployments with CodeDeploy on AWS. Then, when I came to GCP and read Rollbacks, gradual rollouts, and traffic migration, it ...
58
votes
4
answers
37k
views
Blue Green Deployments vs Rolling Deployments?
What's the difference between a blue/green deployment and a rolling deployment? I always thought that a blue/green deployment was a sudden switch of traffic from the old version to the new version ...