Malte Meister
Aug 31, 2018 · 1 min read

Thanks, interesting read. I wasn’t aware that you could automatically route subdomains to services. It’s probably worth pointing out that if you don’t want this to happen automatically, or if you want more control over it, you can use a dispatch file as described here: https://cloud.google.com/appengine/docs/standard/nodejs/how-requests-are-routed#routing_with_a_dispatch_file

(Link is for the Node.js runtime, but I think it applies to all runtimes)