Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As the person in charge of establishing an automated CI/CD pipeline for building Docker images for application deployment to GKE, you've noticed a decline in the build speed of Cloud Build. Which TWO actions can you take to enhance the build speed?
A
Opt for a virtual machine equipped with a higher CPU capacity.
B
Incorporate a .gcloudignore file to omit unnecessary files from your build.
C
Grant additional permissions to the Cloud Build Service Account.
D
Use larger base images whenever possible.
E
Apply a .gitignore file to exclude files not required by your build.