Topic 1 Question 14
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?
Use Cloud Build to trigger a Spinnaker pipeline.
Use Cloud Pub/Sub to trigger a Spinnaker pipeline.
Use a custom builder in Cloud Build to trigger Jenkins pipeline.
Use Cloud Pub/Sub to trigger a custom deployment service running in Google Kubernetes Engine (GKE).
ユーザの投票
コメント(16)
- 👍 19MF2C2021/09/07
B is correct
👍 8Charun2021/06/28B, the pub/sub can trigger any deployment tool(spinnaker, cloud Run etc), but in platform native approach is to use spinnnaker.
You can also validate this, because they have only used platform native tools in the question like google container registry(instead of docker hub)
👍 5Dark_Lord2021/07/16
シャッフルモード