Hello,
You can deploy different services/versions and communicate internally when using App Engine Flex, as Flex instances are similar to GCE instances you can configure Firewall rules and add a network tag on a VPC network to control access to your services. Please look at this document for a reference on how to configure your app.yaml file to specify a network tag. This will work for Flex to Flex services.
For App Engine Standard, you can send targeted HTTP requests to communicate with another service. Please take a look at our documentation about this specifically for App Engine Standard which may list other alternatives.
App Engine services can also communicate using Cloud Pub/Sub, which provides reliable asynchronous many-to-many messaging between processes.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6ada476e-1ce2-4e99-bdd8-80e0fe23ae92n%40googlegroups.com.