
Answer-first summary for fast verification
Answer: Identify the root cause of the performance degradation by analyzing logs and metrics.
To effectively manage service incidents, the first step is to identify the root cause of the performance degradation by analyzing logs and metrics. This approach enables you to implement a targeted solution and prevent the problem from reoccurring. Scaling the application vertically might temporarily alleviate the issue, but it does not address the root cause. Similarly, deleting and recreating the affected containers or creating a new GKE cluster in a different region are not efficient first steps as they do not tackle the underlying issue directly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a DevOps Engineer managing a multi-tier, containerized application on Google Kubernetes Engine (GKE), you observe a significant increase in the API response time during an incident. What is the FIRST step you should take to mitigate this issue?
A
Delete and recreate the affected containers.
B
Identify the root cause of the performance degradation by analyzing logs and metrics.
C
Scale the application vertically by increasing the resources allocated to each container.
D
Create a new GKE cluster in a different region and redeploy the application.