Topic 7 Question 4
You need to implement a network ingress for a new game that meets the defined business and technical requirements. Mountkirk Games wants each regional game instance to be located in multiple Google Cloud regions. What should you do?
Configure a global load balancer connected to a managed instance group running Compute Engine instances.
Configure kubemci with a global load balancer and Google Kubernetes Engine.
Configure a global load balancer with Google Kubernetes Engine.
Configure Ingress for Anthos with a global load balancer and Google Kubernetes Engine.
ユーザの投票
コメント(17)
IMHO d) is the correct answer, not a) The game fulfills the business requirements as well as the technical requirements - so it is build upon an architecture that is multi regional. https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress
👍 27XDevX2021/07/01D for me. since it's a multiple regions game.Need multi-GKE or multi-MIG. To configure the ingress between multi-GKE. kubemci or Ahthos kubemci has now been deprecated in favor of Ingress for Anthos. Ingress for Anthos is the recommended way to deploy multi-cluster ingress. https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress
So. D
👍 19taoj2021/07/10Answer is D: To implement a network ingress for a new game that meets the defined business and technical requirements, you should consider using Ingress for Anthos. Ingress for Anthos is a solution that allows you to easily configure network ingress for applications running on Google Kubernetes Engine (GKE) clusters, regardless of whether they are running on-premises or in Google Cloud.
To set up Ingress for Anthos, you can use a global load balancer to route traffic to your game instances, which can be located in multiple Google Cloud regions. The global load balancer will distribute traffic across your game instances to ensure that they are able to handle incoming requests efficiently. Additionally, you can use GKE to manage and deploy your game instances, which will allow you to easily scale your game dynamically based on game activity, as required by the technical requirements.
👍 5omermahgoub2022/12/28
シャッフルモード