After we found out a need for creating translation when connecting to DSE Kubernetes cluster.
The goal of this ticket is to incorporate the translation code into the driver codebase. This special AddressTranslator should simply perform DNS reverse lookups.
Note that the driver already ships with a Ec2MultiRegionAddressTranslator that performs reverse DNS lookups, however the lookups follow a customized logic that might not be extensible to Kubernetes clusters. We could maybe make one class extend the other though.