Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To ensure that only images from your centrally-managed Google Container Registry (GCR) in the altostrat-images project can be deployed to your Google Kubernetes Engine (GKE) cluster while minimizing development time, what should you do?
altostrat-images
A
Create a custom builder for Cloud Build that will only push images to gcr.io/altostrat-images.
B
Use a Binary Authorization policy that includes the whitelist name pattern gcr.io/altostrat-images/.
C
Add logic to the deployment pipeline to check that all manifests contain only images from gcr.io/altostrat-images.
D
Add a tag to each image in gcr.io/altostrat-images and check that this tag is present when the image is deployed.