ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 150 - Professional Cloud DevOps Engineer discussion

Report
Export

You are investigating issues in your production application that runs on Google Kubernetes Engine (GKE). You determined that the source Of the issue is a recently updated container image, although the exact change in code was not identified. The deployment is currently pointing to the latest tag. You need to update your cluster to run a version of the container that functions as intended. What should you do?

A.
Create a new tag called stable that points to the previously working container, and change the deployment to point to the new tag.
Answers
A.
Create a new tag called stable that points to the previously working container, and change the deployment to point to the new tag.
B.
Apply the latest tag to the previous container image, and do a rolling update on the deployment.
Answers
B.
Apply the latest tag to the previous container image, and do a rolling update on the deployment.
C.
Build a new container from a previous Git tag, and do a rolling update on the deployment to the new container.
Answers
C.
Build a new container from a previous Git tag, and do a rolling update on the deployment to the new container.
D.
Alter the deployment to point to the sha2 56 digest of the previously working container.
Answers
D.
Alter the deployment to point to the sha2 56 digest of the previously working container.
Suggested answer: D
asked 18/09/2024
Christopher Dawe
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first