How I Stopped Suffering and Learned to Love CoreDNS: Three Stories
TL;DR Three real-life stories of DNS automation and CoreDNS hacks: Managing DNS zones via Git and CI/CD. Your own nip.io — a service that auto-resolves IPs directly from the name. How to write your own CoreDNS plugin and integrate with Kubernetes. Story 1. Managing DNS Zones with Git The Challenge Multiple teams, each needing DNS records for test/staging environments. Changes must be safe (no “oops, everything’s broken” scenarios). Administration should be simple, automated, and rollback-friendly. The Solution Using DNSControl ...