Deploying and running on App Engine Standard

This section will walks you through creating and deploying a very simple App Engine app on your GCP. Google App Engine helps you create applications out of the box, you simply code up the program that you want to run on GCP, use the right SDKs and the right libraries to deploy it, and you are good to go. There are no clusters to maintain and no VM instances to worry about. Here, we will create a simple Python application, test it locally, and then deploy it to App Engine and see it accept external traffic. Throughout this tutorial we shall be using Cloud Shell for convenience:

  1. Use the gcloud command-line tool to set up the default value for the zone and region that you want to use. If you are ...

Get Google Cloud Platform for Architects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.