ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 50 - Professional Cloud DevOps Engineer discussion

Report
Export

Your application services run in Google Kubernetes Engine (GKE). You want to make sure that only images from your centrally-managed Google Container Registry (GCR) image registry in the altostrat-images project can be deployed to the cluster while minimizing development time. What should you do?

A.
Create a custom builder for Cloud Build that will only push images to gcr.io/altostrat-images.
Answers
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/attostrat-images/.
Answers
B.
Use a Binary Authorization policy that includes the whitelist name pattern gcr.io/attostrat-images/.
C.
Add logic to the deployment pipeline to check that all manifests contain only images from gcr.io/altostrat-images.
Answers
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.
Answers
D.
Add a tag to each image in gcr.io/altostrat-images and check that this tag is present when the image is deployed.
Suggested answer: B
asked 18/09/2024
Venkat Burri
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first