
Answer-first summary for fast verification
Answer: Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
The correct answer is D: Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine. While options A, B, and C involve global load balancers and Kubernetes, Ingress for Anthos is specifically recommended for multi-cluster setups, offering multi-regional, multi-cluster availability through health checking and traffic failover. The technical requirements mention the need for each regional game instance to be located in multiple Google Cloud regions, which aligns well with the capabilities of Ingress for Anthos. Additionally, kubemci (option B) has been deprecated in favor of Ingress for Anthos, making option D the most current and appropriate solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Mountkirk Games is developing a new retro-style FPS game that allows hundreds of simultaneous players in geo-specific digital arenas and displays a global leaderboard. They plan to deploy the game's backend on Google Kubernetes Engine (GKE) and use Google's global load balancer to route players to the closest regional game arenas. To keep the global leaderboard in sync, they plan to use a multi-region Spanner cluster. The existing environment, recently migrated to Google Cloud, consists of isolated projects for new games and consolidated projects for legacy games, with separate environments for development and testing. The game must support multiple platforms, regions, and rapid iteration of features while minimizing latency, optimizing for dynamic scaling, using managed services, and minimizing costs. The technical requirements include dynamic scaling based on game activity, near real-time global leaderboard updates, structured log storage for future analysis, GPU processing for graphics rendering, and eventual migration of legacy games to the new platform. You need to implement a network ingress for this new game that meets these business and technical requirements and ensures each regional game instance is deployed in 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.