
Ultimate access to all questions.
Your team builds services running on Google Kubernetes Engine, with code stored in Cloud Source Repositories. To rapidly detect bugs before production deployment and enhance developer feedback through automation, what is the most efficient approach to implement?
A
Use Spinnaker to automate building container images from code based on Git tags.
B
Use Cloud Build to automate building container images from code based on Git tags.
C
Use Spinnaker to automate deploying container images to the production environment.
D
Use Cloud Build to automate building container images from code based on forked versions.