GCP (Google Cloud Platform) fundamentals sample question with answer 25
Question:
What GKE object implements an http(s) load balancer?
- Pod
- Deployment
- Ingress
- Service
Answer:
C - correct. Ingress objects implement an http(s) load balancer based on upstream services you specify in your configuration file