
Ultimate access to all questions.
Your application runs on Google Kubernetes Engine (GKE) with multiple microservices deployed using Deployments and Services. One microservice's Pod starts returning 403 errors after running for over five hours. The development team is addressing the issue, but the fix will take a month. You need to maintain operations until the fix is deployed while adhering to Google-recommended practices with minimal steps. What should you do?
A
Create a cron job to terminate any Pods that have been running for more than five hours.
B
Add a HTTP liveness probe to the microservice's deployment.
C
Monitor the Pods, and terminate any Pods that have been running for more than five hours.
D
Configure an alert to notify you whenever a Pod returns 403 errors.