DNS as Code: A Review Of What's Out There
A practical review of various DNS management practices, ranging from manual configuration and writing your own zone files, to using provider control panels, tools like OctoDNS and DNSControl, and infrastructure-as-code approaches such as Terraform. It also covers custom scripting techniques that interact directly with DNS provider APIs. Each method is evaluated in terms of maintainability, suitability for different environments, and how it integrates with modern infrastructure management workflows. The session concludes with a look at how I use a simple Python module to create a transparent and adaptable alternative workflow.