All articles
Article 1 min read

GCP The Hard Way — Part 5: Canary Deployments Against a Delayed-Failure Bug

In-depth exploration of deploying changes to Google Cloud Platform, with a focus on managing risky releases through canary deployments to prevent delayed failures.

Introduction

This article continues the series exploring various challenges and solutions for deploying applications using Google Cloud Platform (GCP). Part 5 delves into the nuanced approach of implementing canary deployments as part of an overall Continuous Integration/Continuous Deployment (CI/CD) strategy, particularly focusing on addressing potential issues arising from delayed failures in a production environment.