Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christerbeke/nomad-on-gcp
Terraform code to deploy Nomad on GCP
https://github.com/christerbeke/nomad-on-gcp
Last synced: 11 days ago
JSON representation
Terraform code to deploy Nomad on GCP
- Host: GitHub
- URL: https://github.com/christerbeke/nomad-on-gcp
- Owner: ChrisTerBeke
- License: unlicense
- Created: 2024-05-10T10:56:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:08:03.000Z (6 months ago)
- Last Synced: 2024-06-05T11:16:18.453Z (5 months ago)
- Language: HCL
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nomad on GCP
A reference implementation of HashiCorp Nomad on Google Cloud Platform.
## Architecture
This implementation uses the following technologies:
- HashiCorp Terraform for provisioning infrastructure
- HashiCorp Nomad for workload orchestration
- VPC networking with private IP addresses for all Nomad nodes
- Cloud Firewall to restrict access to and from Nomad nodes
- Managed Instance Group (MIG) for Nomad servers and clients with auto-healing using HTTP health checks
- Compute Engine Persistent Disks for persistent volumes (via CSI GCE PD)
- Cloud Storage for persistent volumes (via CSI Fuse)
- A Global Load Balancer with Identity-Aware Proxy (IAP) to access the Nomad UI
- A Global Load Balancer to access workload services
- Cloud Init to provision Nomad and plugins like CNI
- Workload Identity Federation for Nomad workloads
- Open Telemetry collector and Cloud Monitoring for autoscaling of clients
- Traefik for service ingress and routing