I am running a Kubernetes Cluster on Google Container Engine with the default SkyDNS implementation enabled.
How can I add custom DNS Entries in Google Container Engine? Is there any way to:
- Add custom DNS Entries to SkyDNS that will persist if the SkyDNS container is restarted?
- Change the default DNS Settings on my nodes to a custom DNS Server, which in-turn will forward to SkyDNS?
- Change the Forward DNS of SkyDNS to my custom DNS Server?
Edit: If trying to resolve a Google Compute Engine VM from inside a container, the default DNS Server that Google Container Engine uses will resolve VM Names in the formats:
<vm-name>.c.<project-name>.internal
<vm-name>.<project-id>.google.internal