Accessing application deployed on cluster through fully qualified domain name instead of IP Address Accessing application deployed on cluster through fully qualified domain name instead of IP Address kubernetes kubernetes

Accessing application deployed on cluster through fully qualified domain name instead of IP Address


Basically there are two ways to create dns record in cluster one with service and another with dnsentry resource type. I was trying to use both the options without realizing it, so it was complaining as dns record which I am trying to access second time is already assigned and busy. Now I have removed duplicate and its working fine.