
Answer-first summary for fast verification
Answer: Configure your network services on the Standard Tier.
The question involves reducing network costs for a GKE-based backend serving HTTP requests. Network costs in Google Cloud are dominated by egress traffic. Option B (Standard Tier) directly reduces egress costs by up to 25% compared to the Premium Tier, using a cost-optimized routing path. This is ideal for applications like game backends where high performance is not critical. Option A (Shared VPC) focuses on management, not cost. Option C (Private Cluster) enhances security but doesn't reduce egress costs. Option D (HTTP Load Balancer) adds load balancer costs and may not reduce network expenses without CDN. Thus, Option B is the best choice for cost reduction.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can you minimize network costs for a mobile game backend running on Google Kubernetes Engine (GKE) that serves HTTP requests?
A
Configure the VPC as a Shared VPC Host project.
B
Configure your network services on the Standard Tier.
C
Configure your Kubernetes cluster as a Private Cluster.
D
Configure a Google Cloud HTTP Load Balancer as Ingress.