wiki/docs/documentation/dns.md
Louis Abel 79b1f9dd0c
All checks were successful
mkdocs build / build (push) Successful in 29s
update wiki index
2024-04-08 19:28:18 -07:00

21 lines
705 B
Markdown

---
title: DNS Zone Standards
---
Internal DNS zones are, for the most part, simply structured. Majority of
systems won't be at the root of the IPA domain (in this case, rockylinux.org).
Instead, subdomains are used based on environment (e.g. datacenter) as a
starting point, with an additional subdomain that notes the "type" of systems
or endpoints.
```
{LOCATION}-{ENV}-{NAME}{INCREMENT}.{TYPE}.{DC}.rockylinux.org
^ ^ ^ ^ ^ ^
| | | | | |---Data Center
| | | | |--Node type (like idm, svc)
| | | |--Node Number
| | |--Node Name
| |--prod,dev
|---Location code
```