
Ultimate access to all questions.
You oversee a retail website composed of multiple microservices deployed in a GKE Standard node pool with node autoscaling enabled. Each microservice has defined resource limits and a Horizontal Pod Autoscaler (HPA) configured. During peak traffic, alerts trigger for one microservice. Upon investigation, half of its Pods show an OOMKilled status, and the Pod count remains at the minimum HPA limit. How should you address this issue?
A
Update the node pool to use a machine type with more memory.
B
Increase the maximum number of nodes in the node pool.
C
Increase the maximum replica limit of the Horizontal Pod Autoscaler.
D
Increase the memory resource limit of the microservice.