Google Cloud Deploy now offers canary deployment and parallel deployment for Google Kubernetes Engine, Cloud Run, and Anthos. Canary deployment is a deployment strategy that safely introduces a new application release alongside the current release, using percentage-based traffic splitting and validation testing.
Parallel deployment allows deploying to multiple targets simultaneously, treating them as a single deployment that can be rolled back together if necessary.
Both canary and parallel deployment come with observability and control, allowing individual child rollouts to be inspected, repaired, or canceled if issues arise.
















