An organization is deploying application container images to Google Kubernetes Engine (GKE). To prevent unauthorized or untested code from running in production, the cloud security team requires that only container images digitally signed by an approved CI/CD attestation authority can be deployed to the cluster. Which Google Cloud service should the cloud architect configure to enforce this requirement?
- Binary AuthorizationCevap
- BVPC Service Controls
- CGranting the Owner primitive IAM role to the deployment service account
- DControl plane authorized networks on GKE private clusters
Cevap
Binary Authorization should be used to enforce deploy-time cryptographic signature validation for container images on GKE clusters.
Binary Authorization is Google Cloud's deploy-time security control that ensures only container images that have been built and signed by trusted attestors can be deployed to GKE clusters.
Adım Adım Çözüm
Anahtar Kavram
Deploy-time image verification using Binary Authorization