09. Deployment Big Picture

ND#9991 C03 L02 A0 Deployment Strategies Story V2

Deployment Strategies Guidelines

Deployment Strategies Guide

  • Manual changes will get you in trouble sooner or later.
  • New feature code releases often require blue/green deployment due to scheme changes and/or to keep consistency.
  • To perform a bug fix of an existing product, a rolling deployment will be your most frequent choice.

Deployment Strategies Q1

To deploy a bug fix, what type of deployment is most appropriate?

SOLUTION: Rolling deployment

Deployment Strategies and Big Picture

When releasing a new feature, what type of deployment is safest?

SOLUTION: Blue/green