
Ultimate access to all questions.
As the lead developer for a financial risk calculation API (hosted on Cloud Run with a gRPC interface), you frequently implement optimizations for the risk calculators. You need to enable these optimizations selectively for customers who have opted into early testing before a full rollout. The CI/CD pipeline has already built and stored a new image in Artifact Registry.
Which deployment strategy should you use to achieve this?
A
Migrate the traffic to the new service by setting Cloud Run’s traffic split based on the percentage of registered customers.
B
Migrate the traffic to the new service by using a blue/green deployment approach.
C
Migrate the traffic to the new service by using a feature flag for registered customers.
D
Migrate the traffic to the new service and enable session affinity for Cloud Run.