PROFESSIONAL-CLOUD-DEVELOPER · Question #393
PROFESSIONAL-CLOUD-DEVELOPER Question #393: Real Exam Question with Answer & Explanation
The correct answer is A: Request that your Pods run as Spot Pods, and use the cloud.google.com/gke-spot=true label in. Running Pods as Spot Pods with the cloud.google.com/gke-spot=true label reduces costs significantly for stateless, fault-tolerant workloads while maintaining scalability and sufficient resources in your GKE Autopilot cluster.
Question
Your team is trying to reduce their cloud spend, and you want to evaluate your GKE Autopilot cluster costs. When reviewing the manifests, you see that resource requests are currently not specified. Your application is stateless and fault-tolerant, and there are no specific hardware or memory requirements on nodes. You want to modify the cluster to be scalable and cost-effective as quickly as possible while maintaining a cluster with sufficient computing resources. What should you do?
Options
- ARequest that your Pods run as Spot Pods, and use the cloud.google.com/gke-spot=true label in
- BRequest the Balanced compute class in your YAML manifest.
- CIn the YAML deployment configuration manifest, request and set the maximum CPU to 5 vCPU.
- DSet up Cloud Trace and Cloud Monitoring, identify the maximum memory used in the past
Explanation
Running Pods as Spot Pods with the cloud.google.com/gke-spot=true label reduces costs significantly for stateless, fault-tolerant workloads while maintaining scalability and sufficient resources in your GKE Autopilot cluster.
Topics
Community Discussion
No community discussion yet for this question.