
Ultimate access to all questions.
When adopting Site Reliability Engineering practices, how should you address the issue where your CI/CD pipeline, utilizing Cloud Build for Docker image creation and Git for version control, fails to produce artifacts after a YAML configuration change?
A
Disable the CI pipeline and manually build and push the artifacts to overcome the issue.
B
Adjust the CI pipeline to direct artifacts to Container Registry instead of Docker Hub.
C
Upload the configuration YAML file to Cloud Storage and utilize Error Reporting to identify and resolve the problem.
D
Perform a Git comparison between the current and previous Cloud Build Configuration files to pinpoint and correct the error.