
Ultimate access to all questions.
You have a multi-step Cloud Build pipeline for building and deploying your application to Google Kubernetes Engine (GKE). You need to integrate with a third-party monitoring platform by sending build information via an HTTP POST to a webhook while minimizing development effort. What is the recommended approach?
A
Add logic to each Cloud Build step to HTTP POST the build information to a webhook.
B
Add a new step at the end of the pipeline in Cloud Build to HTTP POST the build information to a webhook.
C
Use Stackdriver Logging to create a logs-based metric from the Cloud Build logs. Create an Alert with a Webhook notification type.
D
Create a Cloud Pub/Sub push subscription to the Cloud Build cloud-builds PubSub topic to HTTP POST the build information to a webhook.