Canary Deployment - CI/CD Glossary Definition
A canary deployment routes a small fraction of traffic to a new version first and watches its health before rolling out to the rest, limiting blast radius.
Related guides
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…
Rollback - CI/CD Glossary DefinitionA rollback reverts a deployment to the previous known-good version after a release goes wrong. Fast, reliable…
Staging - CI/CD Glossary DefinitionStaging is a production-like environment used to validate a release before it ships, catching integration and…