
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?
A
Running multiple builds simultaneously is causing the failure.
B
The Cloud Build service account lacks certain permissions that your personal account has, which were used for the local builder.
C
Firewall rules within the VPC are blocking Cloud Build traffic.
D
Cloud Build is operating in a different region from where initial testing was conducted.