diff --git a/ProblemMap/GlobalFixMap/Cloud_Serverless/blue_green_switchovers.md b/ProblemMap/GlobalFixMap/Cloud_Serverless/blue_green_switchovers.md index d4f31698..ca3c08bc 100644 --- a/ProblemMap/GlobalFixMap/Cloud_Serverless/blue_green_switchovers.md +++ b/ProblemMap/GlobalFixMap/Cloud_Serverless/blue_green_switchovers.md @@ -1,5 +1,22 @@ # Blue-Green Switchovers for Serverless and Edge +
+ 🧭 Quick Return to Map + +
+ + > You are in a sub-page of **Cloud_Serverless**. + > To reorient, go back here: + > + > - [**Cloud_Serverless** — scalable functions and event-driven pipelines](./README.md) + > - [**WFGY Global Fix Map** — main Emergency Room, 300+ structured fixes](../README.md) + > - [**WFGY Problem Map 1.0** — 16 reproducible failure modes](../../README.md) + > + > Think of this page as a desk within a ward. + > If you need the full triage and all prescriptions, return to the Emergency Room lobby. +
+ + A safe pattern to shift 100 percent of live traffic from **blue** to **green** without downtime, cache poison, or state skew. Works for API Gateway + Lambda, Cloudflare Workers, Vercel Edge, Fastly Compute, and similar stacks. ## Open these first