Ultimate access to all questions.
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?
Explanation:
To accelerate build speeds, employing a .gcloudignore file to exclude non-essential files and choosing a virtual machine with a higher CPU are effective strategies. Options D and E are not advisable as larger base images can decelerate builds, and Service Account permissions do not influence build speed. Reference: Speeding Up Builds.