0

I want to let my containers on Google Container Engine point to a static IP outside of my Container Engine cluster (namely my db). Is it possible for me to prevent the use of an /etc/hosts file or a self managed bind server, and use Google Cloud DNS so I can configure a domain name inside of my containers? How would I go about doing this?

ZvL
  • 101
  • 1

1 Answers1

1

You can migrate to Cloud DNS using this guide. [1]

Compute Engine supports two types of external IP addresses [2]: Static external IP addresses and Ephemeral external IP addresses.

[1] https://cloud.google.com/dns/migrating [2] https://cloud.google.com/compute/docs/vm-ip-addresses

George
  • 274
  • 1
  • 5