DNS is for people, not for IT infrastructure
louwrentius.com
DNS is for people, not for IT infrastructure
1–10 of 102 posts
Re: DNS is for people, not for IT infrastructure
#2Re: DNS is for people, not for IT infrastructure
#3Because now you've replaced one single point of failure configuration system with caching and TTLs (DNS) with a higher maintenance and much less widely supported one.
Re: DNS is for people, not for IT infrastructure
#4Re: DNS is for people, not for IT infrastructure
#5Re: DNS is for people, not for IT infrastructure
#6It is used to make entire protocols work (MX records for email, but SRV records are used for much more).
Now, if we do look at the most basic of basic DNS roles — mapping a human readable name to arbitrary set of numbers identifying a machine on the network — we should consider how do we avoid some of the issues while keeping all of the benefits of DNS.
Eg. if we indeed "materialize" machine identifiers, we lose the ability to do virtual hosting (domains not passed in) or fix a problem with just a DNS update (eg. treating load-balancing machines like cattle).
The author jumps immediately to, arguably, ill advised materialization techniques like /etc/hosts, without considering all that DNS does for a complex, real world system and what goes missing.
Re: DNS is for people, not for IT infrastructure
#7Re: DNS is for people, not for IT infrastructure
#8Seems like a weird crusade. Pointing everything directly at the IP address might not seem so swell when it's time to upgrade the server or the address has to change for some reason. Sure would be nice to just update the DNS record to point to the new address.
One annoying reason is you don't own it/have access through the owner anymore.
> Sure would be nice to just update the DNS record to point to the new address.
EC2. Elastic IPs are easy enough, but, precisely, I would just like to make a Route53 alias for an EC2 instance and not even have to care.
Re: DNS is for people, not for IT infrastructure
#9In SOHO settings I might actually agree, but, this is where I think site administered and distributed multicast DNS was a missed opportunity.
Re: DNS is for people, not for IT infrastructure
#10this is classic "easy vs. simple" folly, witness how someone too lazy to [learn how to] setup proper DNS for their infrastructure will do 10x the work hacking something "easy"