
Ultimate access to all questions.
Your company is implementing a continuous delivery pipeline in Cloud Deploy for a web service running on GKE. Currently, the web service lacks automated testing, requiring manual verification by the Quality Assurance team before new releases can process production traffic. How should you design this CD pipeline?
A
Create a single pipeline stage, and use a standard deployment strategy.
B
Create a single pipeline stage, and use a canary deployment strategy.
C
Create two pipeline stages, and use a canary deployment strategy.
D
Create two pipeline stages, and use a standard deployment strategy.