DevOps
140 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
CI/CD Pipeline
Automated steps from code commit to deployment
Tracing
Tracking requests across distributed systems
Prometheus
Open-source monitoring and alerting toolkit for metrics
Containerization
Packaging apps with dependencies into isolated containers
DevOps
Practices combining development and operations for faster delivery
Chaos Engineering
Deliberately introducing failures to test resilience