Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 682 Bytes

00-index.md

File metadata and controls

16 lines (10 loc) · 682 Bytes

Progressive delivery walkthrough

This guide shows you how to route traffic between different versions of a service and how to automate canary deployments.

flagger-overview

At the end of this guide you will be deploying a series of micro-services with the following characteristics:

  • A/B testing for frontend services
  • Source/Destination based routing for backend services
  • Progressive deployments gated by Prometheus

Labs