I have a web application running in Google App Engine right now under the default service for the GCP project. Let's say I own a domain domain.com which is registered and currently serves up a website on a locally managed server separate from Google Cloud.
I want to add the subdomain api.domain.com to point to the App Engine service but the method of registering custom domains in GCP doesn't really seem too friendly to this scenario. Perhaps I'm misunderstanding their documentation.
Is there a way for me to add a custom subdomain only in my App Engine project (api.domain.com) that points to my service, while the root domain.com points to a non-Google Cloud service?
api.domain.comis subdomain ofdomain.com,domain.comis subdomain ofcom... there really shoulld be no difference, perhaps you should just try and do it :) - Dusan Bajic