
Google Professional Cloud DevOps Engineer
Get started today
Ultimate access to all questions.
You are developing a new application for a gambling company that employs a microservices architecture for loose coupling of components. Utilizing Cloud Build for docker image creation, you've successfully tested builds locally with the local builder. However, attempts to run the build in Cloud Build result in failure. What could be the underlying issue?
You are developing a new application for a gambling company that employs a microservices architecture for loose coupling of components. Utilizing Cloud Build for docker image creation, you've successfully tested builds locally with the local builder. However, attempts to run the build in Cloud Build result in failure. What could be the underlying issue?
Explanation:
Option B is correct because the Cloud Build service account requires the same permissions as those used for the local builder to execute builds successfully. Options A and D are incorrect as neither simultaneous builds nor regional differences impact Cloud Build's functionality. Option C is also incorrect since firewall rules do not affect Cloud Build operations. For more details, refer to Google Cloud's documentation on debugging builds locally and understanding the restrictions and limitations of the local builder versus Cloud Build.