https://github.com/nullstone-modules/gcp-gke-dedicated-load-balancer
A Nullstone capability that creates a GCP Load Balancer connected to a GKE App
https://github.com/nullstone-modules/gcp-gke-dedicated-load-balancer
Last synced: 4 months ago
JSON representation
A Nullstone capability that creates a GCP Load Balancer connected to a GKE App
- Host: GitHub
- URL: https://github.com/nullstone-modules/gcp-gke-dedicated-load-balancer
- Owner: nullstone-modules
- License: mit
- Created: 2023-04-18T19:28:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T21:06:35.000Z (over 1 year ago)
- Last Synced: 2026-01-30T14:56:07.671Z (4 months ago)
- Language: HCL
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gcp-gke-dedicated-load-balancer
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.
## Subdomain connection
This module requires connection a subdomain.
The subdomain address is automatically connected to the created load balancer.
## Backend/Routes
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.
## Details
This utilizes GKE Gateway which is a Google's implementation of the [Kubernetes Gateway API](https://kubernetes.io/docs/concepts/services-networking/gateway/).