So my question is - is there any concern to add a CNAME for one domain controller to provide to copiers and other internal sites/applications?
I read that Active Directory doesn't truly "need" a load balancer so if that's true then providing a "VIP" via CNAME to one specific IP would accomplish my goals.
Example: CNAME Ldap.example.com 10.1.1.2
Existing: domain controller: A dc1.example.com 10.1.1.2
Or is there a better way to accomplish what I'm after?
Thank you!