Canary Deployment
A deployment strategy that gradually releases a new application version to a small subset of users before expanding it to everyone.
Explore more about Deployment
Related terms
A deployment strategy that uses two identical production environments, allowing traffic to switch from the current version to a new one with minimal downtime.
A/B DeploymentA deployment strategy that routes production traffic between two application versions to compare performance, reliability, or user outcomes before full rollout.
Rollout StrategyA structured plan for deploying software or AI model updates safely to production while minimizing disruption.
Deployment PipelineAn automated workflow that builds, tests, validates, and deploys applications or AI systems across development, staging, and production environments.
Serverless DeploymentA deployment model where application code runs in ephemeral containers managed automatically by a cloud provider.