Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

README.adoc

File metadata and controls

35 lines (26 loc) · 1.1 KB

DNS

Overview

I try to keep all configuration related the to deployment of a particular "application" or "unit" together. This is why, for example, many deployments in the k8s-235/apps folder have their own terraform folders for DNS and other cloud configuration. For underlying infrastructure, this is less obvious so the dns folder is a collection of DNS zones and records that don’t exactly fit with a particular project and are all applied in one collection of terraform.

Zones

The following zones, including their DNSSEC configuration are managed by this collection:

  • cgbpi.com

  • nerdsin.space

  • shitsta.in

  • tdude.co

  • trs.tn

  • as208914.net

☁️ Making changes

These DNS zones are managed by cloudflare and changes are performed with terraform using the official cloudflare provider.

Procedure to apply DNS changes

TODO: document

create bucket in minio init terraform plan terraform apply terraform