Creates a GCP Load Balancer with HTTPS and forwards HTTP traffic to the attached Google Kubernetes (GKE) application. This is commonly used to securely expose a GKE app to the internet.
This module requires connection a subdomain. The subdomain address is automatically connected to the created load balancer.
This module creates a simple route configuration to forward all traffic from the load balancer to the Kubernetes Service that is created by the application module.
This utilizes GKE Gateway which is a Google's implementation of the Kubernetes Gateway API.