Question 150 of 315
Single answerYour company has a stateless web API that performs scientific calculations. The web API runs on a single Google Kubernetes Engine (GKE) cluster. The cluster is currently deployed in us-central1. Your company has expanded to offer your API to customers in Asia. You want to reduce the latency for users in Asia.
What should you do?
ACreate a second GKE cluster in asia-southeast1, and expose both APIs using a Service of type LoadBalancer. Add the public IPs to the Cloud DNS zone.
BUse a global HTTP(s) load balancer with Cloud CDN enabled.
✓CCreate a second GKE cluster in asia-southeast1, and use kubemci to create a global HTTP(s) load balancer.
DIncrease the memory and CPU allocated to the application in the cluster.
✓
Correct Answer: C
Create a second GKE cluster in asia-southeast1, and use kubemci to create a global HTTP(s) load balancer.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.