What should you do?

You support the backend of a mobile phone game that runs on a Google Kubernetes Engine (GKE) cluster. The application is serving HTTP requests from users. You need to implement a solution that will reduce the network cost .

What should you do?
A . Configure the VPC as a Shared VPC Host project.
B . Configure your network services on the Standard Tier.
C . Configure your Kubernetes duster as a Private Cluster.
D . Configure a Google Cloud HTTP Load Balancer as Ingress.

Answer: D

Explanation:

Costs associated with a load balancer are charged to the project containing the load balancer components. Because of these benefits, container-native load balancing is the recommended solution for load balancing through Ingress. When NEGs are used with GKE Ingress, the Ingress controller facilitates the creation of all aspects of the L7 load balancer. This includes creating the virtual IP address, forwarding rules, health checks, firewall rules, and more.

https://cloud.google.com/architecture/best-practices-for-running-cost-effective-kubernetes-applications-on-gke

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments