DevOps
138 views
Canary Deployment
Quick Definition
Gradually rolling out changes to a small user subset
Full Definition
Gradually rolling out changes to a small user subset before full deployment.
Examples
gradual rollout, risk mitigation, A/B testing
Related Terms
blue-green-deployment
feature-flags
More DevOps Terms
Branching Strategy
Convention for managing parallel development in version control
CI/CD Pipeline
Automated steps from code commit to deployment
ArgoCD
GitOps continuous delivery tool for Kubernetes
Continuous Deployment
Automatically deploying every tested change to production
Logging
Recording and aggregating application and system events
Helm Chart
Package format for Kubernetes application deployment