
Answer-first summary for fast verification
Answer: Implement a Google Cloud HTTP Load Balancer as Ingress.
Implementing a Google Cloud HTTP Load Balancer as Ingress is the correct approach because it efficiently distributes incoming traffic across multiple service instances. This distribution not only balances the load but also significantly reduces the network costs by optimizing data transmission.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is an effective strategy to reduce network costs for the backend of a mobile phone game running on a GKE cluster, utilizing technologies like HTTP/2 and NAT, along with caching techniques?
A
Configure your Kubernetes cluster as a Private Cluster.
B
Implement a Google Cloud HTTP Load Balancer as Ingress.
C
Deploy your network services on the Standard Tier.
D
Establish the VPC as a Shared VPC Host project.
No comments yet.