This repository demonstrates an traffic distribution approach with support for canary deployments for microservices running on Cloud Run using Google Cloud Load Balancing.
curl https://example.com/first-> Request sent tofirst-mscurl -H "canary-first-ms: canary" https://example.com/first-> Request sent tofirst-ms[canary]curl https://example.com/second-> Request sent tosecond-mscurl https://example.com/other-> Request sent todefault-ms