This document discusses using DNS delegation to load balance traffic across application servers without a single point of failure. It describes configuring multiple nameservers each with their own zone file that resolves the domain's A record to the nameserver's own IP address. When a user resolves the domain, they will be routed to one of the nameservers randomly, load balancing traffic. It provides steps for implementing this using Puppet including opening ports, configuring the bind9 module and zone file, deploying, and testing.