
Explanation:
In GKE, create a Service (ClusterIP or NodePort) and an Ingress resource (or Gateway) that references it. The Ingress controller provisions a global external HTTP(S) Load Balancer. External IPs per node is not for global LB.
Ultimate access to all questions.
Which TWO steps expose a GKE Deployment publicly on HTTP(S) with Google-managed global load balancing? (Multiple select)
A
Create a Service of type ClusterIP only
B
Create a Service (e.g., NodePort/ClusterIP) referenced by an Ingress/Gateway resource
C
The Ingress/Gateway provisions an external Application Load Balancer
D
Add an external IP to each node
No comments yet.