
Ultimate access to all questions.
Your company has an application running as a Deployment in a Google Kubernetes Engine (GKE) cluster. The team has been using rolling deployments to release new versions of the application. However, these deployments have been causing outages due to misconfigurations with parameters that are only used in the production environment. To prevent these outages, what preventive measure should you implement in the platform?
A
Configure liveness and readiness probes in the Pod specification.
B
Configure health checks on the managed instance group.
C
Create a Scheduled Task to check whether the application is available.
D
Configure an uptime alert in Cloud Monitoring.