Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your organization runs a high-throughput data processing and web application architecture on Google Kubernetes Engine (GKE). During off-peak hours, workload traffic drops substantially; however, FinOps reports indicate that GKE compute costs remain high because underutilized nodes in standard on-demand node pools fail to scale down.
Your investigation reveals the following workload characteristics:
Which strategy should you implement to optimize workload lifecycle management and minimize idle resource costs?
This strategy combines Spot VMs, node pool isolation, and Cluster Autoscaler (CA) annotations to minimize infrastructure expenses while eliminating scale-down blockers across GKE clusters.
"cluster-autoscaler.kubernetes.io/safe-to-evict": "true" annotation explicitly instructs CA that pods utilizing local storage can be safely evicted and rescheduled elsewhere during scale-down operations.This architecture directly addresses the root causes of scale-down failures without compromising service reliability. It matches workload fault tolerance with cost-efficient compute (Spot VMs) while giving the Cluster Autoscaler the permissions and workload separation it requires to aggressively eliminate idle infrastructure waste.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.