Google Cloud Professional Cloud Security Engineer — Question 125

Your organization is transitioning to Google Cloud. You want to ensure that only trusted container images are deployed on Google Kubernetes Engine (GKE) clusters in a project. The containers must be deployed from a centrally managed Container Registry and signed by a trusted authority.

What should you do? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers, C and E, focus on implementing Binary Authorization, which ensures that only signed images are deployed in GKE. Option A, while helpful for detecting threats, does not prevent the deployment of untrusted images. Option B does not specifically enforce Binary Authorization, and Option D relates to pod security but does not guarantee that only trusted images are used.