Progressive Delivery
Progressive delivery is a release strategy that gradually exposes a new software version to increasing subsets of users while monitoring health signals, rolling back automatically if problems appear.
6 resources across 2 libraries
Glossary Terms(2)
Progressive Delivery
Progressive delivery is a release strategy that gradually exposes a new software version to increasing subsets of users while monitoring health signals, rollin…
Change Failure Rate
Change failure rate is a DORA metric measuring the percentage of deployments to production that result in a degraded service, requiring a hotfix, rollback, or…
Interview Questions(4)
What Is a Canary Release Strategy?
A canary release is a deployment strategy that gradually shifts a small percentage of real production traffic to a new application version, monitors key health…
What Is Shadow Deployment?
Shadow deployment, also called traffic mirroring or dark launching, is a release strategy where real production traffic is duplicated and sent to a new version…
What Is Argo Rollouts?
Argo Rollouts is a Kubernetes controller and CRD (`Rollout`) that replaces the native `Deployment` object to enable advanced progressive delivery strategies —…
What Is Progressive Delivery?
Progressive delivery is the practice of releasing a new version to a controlled, gradually increasing subset of real users or traffic, with automated health ch…