Trying to get started with google cloud dns but its almost overwhelming.
I have a domain name on godaddy and currently using their name servers, but i want to move to google dns.
I have an instance running on gce and default port 80 is already occupied. How do I redirect all http requests to my domain name e.g
example.com to
a different port of my instance e.g port 8080.
Secondly, how do I prefix my naked domain name with www on google cloud dns, so that in browser it appears as
www.example.com.
Thirdly, also suppose the user types the full domain name with www prefix, as in
www.example.com, I also want this to be redirected to port 8080 of my gce instance.
Fourthlyly, I am trying to direct godaddy to use my name servers on google cloud dns, but it complains that the names are invalid, It seems godaddy does not accept name servers with hyphens which is used in google name servers, how do I go about this?
Thanks alot in advance, I will appreciate your help!