
Answer-first summary for fast verification
Answer: Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
The question requires implementing a network ingress for a game with regional instances across multiple Google Cloud regions. Option D (Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine) is the correct answer based on the community discussion and Google Cloud best practices. Key points from the discussion: (1) kubemci (option B) is deprecated and replaced by Ingress for Anthos, as confirmed by multiple comments with high upvotes and official documentation links; (2) Ingress for Anthos (now called Multi-Cluster Ingress) is specifically designed for multi-regional, multi-cluster deployments, enabling global load balancing and traffic failover across GKE clusters, which aligns with the requirement to deploy regional instances in multiple regions; (3) While some argued Anthos is overkill (option C), the consensus and updated Google documentation indicate Ingress for Anthos/Multi-Cluster Ingress is the recommended solution for this scenario. Option A is unsuitable as it uses Compute Engine instead of GKE, which contradicts the case study's plan to use GKE for scalability. Option C lacks multi-cluster ingress capability, making it insufficient for cross-regional deployment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to implement a network ingress for a new game that must meet defined business and technical requirements. Mountkirk Games requires each regional game instance to be deployed across multiple Google Cloud regions. What should you do?
A
Configure a global load balancer connected to a managed instance group running Compute Engine instances.
B
Configure kubemci with a global load balancer and Google Kubernetes Engine.
C
Configure a global load balancer with Google Kubernetes Engine.
D
Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
No comments yet.