Google Cloud Professional Cloud DevOps Engineer — Question 156

Your company operates in a highly regulated domain. Your security team requires that only trusted container images can be deployed to Google Kubernetes Engine (GKE). You need to implement a solution that meets the requirements of the security team while minimizing management overhead. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because Binary Authorization allows you to set policies that ensure only trusted images are deployed, meeting the security team's requirements with minimal management. Options B and C do not directly enforce image trust at deployment time, and option D, while valid, may involve more management overhead compared to the streamlined approach offered by Binary Authorization.