
Ultimate access to all questions.
You are tasked with optimizing the performance of an automated CI/CD pipeline that builds Docker images for deployment to Google Kubernetes Engine (GKE). Recently, you've noticed a decline in the build speed of Cloud Build within your pipeline. What strategies can you implement to enhance the build speed?
A
Increase the CPU capacity of the virtual machine used for builds.
B
Expand the permissions of the Cloud Build Service Account.
C
Implement a .gcloud ignore file to exclude unnecessary files from the build process.
D
Opt for larger base images to potentially speed up the build.
E
Use a .gitignore file to exclude files not required by your build.