Hi,

I am configuring kamailio IMS as kubernetes pods .
so each component will be configured as separate pod .
In order to establish a connection between pods , I am configuring bind9 dns server in pcscf pod itself. Communication is happening via Pod IP address.

Is there any possibility to have the communication using cluster IP . If anybody is aware of kubernetes, Please help me in this regard.

I have my /etc/resolv.conf file in pods with
nameserver <clusterIP>
search <cluster-dns-domain-name>

Please help.


Thanks,
Pavithra