Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to implement Blue-green deployment with Apigee Edge?

Apigee Edge supports a zero downtime deployment, wherein a new revision of the API is deployed to an environment without impacting any applications. The problem with this approach is, once the new revision is in production, every application uses it. If something goes wrong (in API proxy or in my backend) all the applications are impacted. So I was wondering if I can implement a blue-green deployment by allowing a smaller % of production apps use the new revision? And then slowly increase this % ... Any thoughts?

4 9 5,406
9 REPLIES 9