ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 18 - Professional Cloud DevOps Engineer discussion

Report
Export

Your application images are built and pushed to Google Container Registry (GCR). You want to build an automated pipeline that deploys the application when the image is updated while minimizing the development effort. What should you do?

A.
Use Cloud Build to trigger a Spinnaker pipeline.
Answers
A.
Use Cloud Build to trigger a Spinnaker pipeline.
B.
Use Cloud Pub/Sub to trigger a Spinnaker pipeline.
Answers
B.
Use Cloud Pub/Sub to trigger a Spinnaker pipeline.
C.
Use a custom builder in Cloud Build to trigger a Jenkins pipeline.
Answers
C.
Use a custom builder in Cloud Build to trigger a Jenkins pipeline.
D.
Use Cloud Pub/Sub to trigger a custom deployment service running in Google Kubernetes Engine (GKE).
Answers
D.
Use Cloud Pub/Sub to trigger a custom deployment service running in Google Kubernetes Engine (GKE).
Suggested answer: B

Explanation:

https://cloud.google.com/architecture/continuous-delivery-toolchain-spinnaker-cloud

https://spinnaker.io/guides/user/pipeline/triggers/pubsub/

The most efficient way to build an automated pipeline that deploys the application when the image is updated is to use Cloud Pub/Sub to trigger a Spinnaker pipeline. This way, you can leverage the built-in integration between GCR and Cloud Pub/Sub, and use Spinnaker as a continuous delivery platform for deploying your application .

asked 18/09/2024
Lukasz Malaczek
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first