Topic 1 Question 112
You manage an application that runs in Google Kubernetes Engine (GKE) and uses the blue/green deployment methodology. Extracts of the Kubernetes manifests are shown below:
The Deployment app-green was updated to use the new version of the application. During post-deployment monitoring, you notice that the majority of user requests are failing. You did not observe this behavior in the testing environment. You need to mitigate the incident impact on users and enable the developers to troubleshoot the issue. What should you do?
Update the Deployment app-blue to use the new version of the application.
Update the Deployment app-green to use the previous version of the application.
Change the selector on the Service app-svc to app: my-app.
Change the selector on the Service app-svc to app: my-app, version: blue.
ユーザの投票
コメント(6)
Should be D
👍 6ReachTango732023/10/12- 正解だと思う選択肢: D
I would go with D
👍 3koo_kai2023/10/28 - 正解だと 思う選択肢: D👍 3ABZ102023/11/05
シャッフルモード