I have an AKS (Azure Kubernetes cluster) that is on a VNET (Azure Virtual Network) that needs to connect to multiple On-prem hadoop machines to read/write data. I have a private DNS zone connected to VNET to resolve hostnames to IP - I tested with a couple of them and it works.
The problem is I have about 900 machines I need to connect and resolve them (These are present in my hosts file and I can read data when tested locally).
In Azure private DNS zone I need to add hostnames one by one manually. Is there an easy way to do this?