Question 62:
Your application is deployed in a Google Kubernetes Engine (GKE) cluster. You want to expose this application publicly behind a Cloud Load Balancing HTTP(S) load balancer. What should you do?
Answer options:
A. Configure a GKE Ingress resource. B. Configure a GKE Service resource. C. Configure a GKE Ingress resource with type: LoadBalancer. D. Configure a GKE Service resource with type: LoadBalancer.