
Answer-first summary for fast verification
Answer: Cloud Build, Artifact Registry, and Binary Authorization
The correct answer combines services that handle building, storing, and securely deploying container images. Cloud Build is used to build images in the pipeline, Artifact Registry securely stores the built container images, and Binary Authorization ensures only approved images (those built by the pipeline and stored in Artifact Registry) are deployed to GKE. Cloud Storage (A, B) is not typically used for container images, and Google Cloud Armor (B, C) focuses on network security, not image validation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which combination of Google Cloud services should your team use to ensure only pipeline-generated images are deployed to your GKE cluster for security purposes?
A
Cloud Build, Cloud Storage, and Binary Authorization
B
Google Cloud Deploy, Cloud Storage, and Google Cloud Armor
C
Google Cloud Deploy, Artifact Registry, and Google Cloud Armor
D
Cloud Build, Artifact Registry, and Binary Authorization
No comments yet.