DevOps
28 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
Service Mesh
Infrastructure layer managing service-to-service communication
Grafana
Open-source visualization platform for customizable dashboards
GitOps
Framework using Git as single source of truth for configs
Helm Chart
Package format for Kubernetes application deployment
CI/CD Pipeline
Automated steps from code commit to deployment
Infrastructure as Code
Managing infrastructure through version-controlled config files