Which pattern enables gradual traffic shifting between application versions for safe deployments?
- Blue-Green
- Canary
- Feature Flags
- All of these
Answer: All of these
Safe deployment patterns: blue-green (instant switch), canary (gradual rollout), feature flags (toggle functionality). Combined for zero-downtime, low-risk releases. Critical for DevOps practices.