Google Cloud Professional Cloud Security Engineer — Question 196

Your organization uses a microservices architecture based on Google Kubernetes Engine (GKE). Recent security reviews recommend tighter controls around deployed container images to reduce potential vulnerabilities and maintain compliance. You need to implement an automated system by using managed services to ensure that only approved container images are deployed to the GKE clusters. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B, as Binary Authorization provides a mechanism to enforce deployment policies based on the results of container image vulnerability scans, ensuring only safe images are deployed. Option A lacks the automated scanning aspect, while C focuses on deployment automation without security checks, and D relies on manual thresholds rather than an integrated security framework.