DevOps Intermediate
Progressive Delivery¶
Progressive DeliveryCanaryFeature Flags 3 min read
Postupne nasazovani. Canary, feature flags, automated rollback.
Techniky¶
- Canary - % traffic na novou verzi
- Feature Flags - subset uzivatelu
- A/B Testing - experiment
- Dark Launching - skryty rollout
Argo Rollouts¶
strategy:
canary:
steps:
- setWeight: 5
- pause: {duration: 5m}
- analysis: {templates: [{templateName: success-rate}]}
- setWeight: 50
- pause: {duration: 15m}
Shrnuti¶
Automatizovane canary s metrickem = gold standard progressive delivery.
Need Help with Implementation?¶
Our team has experience designing and implementing modern architectures. We’re happy to help.