PROFESSIONAL-CLOUD-ARCHITECT · Question #275
Your company has an application running as a Deployment in a Google Kubernetes Engine (GKE) cluster. When releasing new versions of the application via a rolling deployment, the team has been…
The correct answer is A. Configure liveness and readiness probes in the Pod specification. Configuring the right liveness and readiness probes prevents outages when rolling out a new ReplicaSet of a Deployment, because Pods are only getting traffic when they are considered https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-setting…
Question
Options
- AConfigure liveness and readiness probes in the Pod specification.
- BConfigure health checks on the managed instance group.
- CCreate a Scheduled Task to check whether the application is available.
- DConfigure an uptime alert in Cloud Monitoring.
How the community answered
(40 responses)- A78% (31)
- B13% (5)
- C8% (3)
- D3% (1)
Explanation
Configuring the right liveness and readiness probes prevents outages when rolling out a new ReplicaSet of a Deployment, because Pods are only getting traffic when they are considered https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-setting- up-health-checks-with-readiness-and-liveness-probes
Topics
Community Discussion
No community discussion yet for this question.