Infrastructure
Platform Documentation
| Section | Description |
|---|---|
| ArgoCD | GitOps deployment platform - cluster topology, self-management, and AppProject configuration |
Infrastructure Services
Overview of the Infrastructure Services repo, the Infrastructure Terraform repo, and the Infrastructure DNS repo.
Infra Services Overview
Repository: github.com/Titanbay/infra-services
This repository contains some terraform that is not Titanbay platform specific. For the most part this terraform creates projects and services in that support development of the Titanbay platform. Additionally there are some non platform services such as the marketing website for www.titabay.com.
Contents of the Repository
| Directory | Description |
|---|---|
| cmd | Programmes that support the platform or are general CLI utilities |
| container-images | Dockerfiles for images used by platform engineering |
| docs | Documentation for infra / platform engineering using Hugo static renderer |
| k8s | Kustomization files for infra management cluster and ArgoCD |
| monitoring | Terraform for a development observability project |
| pkg | Go packages for the cmd programmes |
| threats | Terraform for the threats security project |
| titanbay-com | Terraform for the marketing website |
| values | Misc helm values files for infra management cluster |
Infrastucture Terraform
Overview of the Infrastructure Terraform repo and it’s contents
Infra Terraform Overview
Repository: github.com/Titanbay/infra-terraform
This repository contains terraform that generally manages the infrastructure in the following areas:
- Google Cloud Platform (GCP)
- GitHub
Contents of the Repository
| Directory | Description |
|---|---|
| gcp | Terraform for GCP infrastructure |
| github | Terraform for GitHub |
Infrastructure DNS
Overview of the Infrastructure DNS repo and it’s contents
Infra DNS Overview
This repository contains terraform that manages most of the DNS zones and records for the following domains:
- titanbay.com
- titanbay.ie
- titanbay.eu
- titanbay.lu
- titanbayapis.com
The DNS for Titabay platform (ontitanbay.com) is managed in
the infra-terraform
repository under gcp/env/prod/dns.tf.