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:
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
At the moment there is not any API to directly manipulate DNS within the cluster. It's something we want to do but have not tackled yet.
Can you explain what you're hoping to achieve?
Edit: if you want to run Consul, nothing is stopping you. Our DNS server is just one implementation.