Google Cloud Professional Cloud DevOps Engineer — Question 155

As part of your company's initiative to shift left on security, the InfoSec team is asking all teams to implement guard rails on all the Google Kubernetes Engine (GKE) clusters to only allow the deployment of trusted and approved images. You need to determine how to satisfy the InfoSec team's goal of shifting left on security. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B, as Binary Authorization allows you to enforce policies that ensure only trusted images are deployed in your GKE clusters, directly addressing the InfoSec team's requirements. Option A, while helpful, focuses on vulnerability scanning rather than deployment restrictions. Option C involves IAM policies which are essential for access control but do not specifically prevent unapproved images from being deployed. Option D relates to monitoring rather than enforcing pre-deployment policies.