PROFESSIONAL-CLOUD-DEVELOPER · Question #18
PROFESSIONAL-CLOUD-DEVELOPER Question #18: Real Exam Question with Answer & Explanation
The correct answer is A: Configure a GKE Ingress resource.. https://cloud.google.com/kubernetes-engine/docs/concepts/ingress In GKE, an Ingress object defines rules for routing HTTP(S) traffic to applications running in a cluster. An Ingress object is associated with one or more Service objects, each of which is associated with a set of P
Question
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?
Options
- AConfigure a GKE Ingress resource.
- BConfigure a GKE Service resource.
- CConfigure a GKE Ingress resource with type: LoadBalancer.
- DConfigure a GKE Service resource with type: LoadBalancer.
Explanation
https://cloud.google.com/kubernetes-engine/docs/concepts/ingress In GKE, an Ingress object defines rules for routing HTTP(S) traffic to applications running in a cluster. An Ingress object is associated with one or more Service objects, each of which is associated with a set of Pods. To learn more about how Ingress exposes applications using Services, see Service networking overview. When you create an Ingress object, the GKE Ingress controller creates a Google Cloud HTTP(S) Load Balancer and configures it according to the information in the Ingress and its associated
Topics
Community Discussion
No community discussion yet for this question.