From the course: Google Cloud Platform (GCP) Essential Training for Developers

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Overview of App Engine components

Overview of App Engine components - Google Cloud Tutorial

From the course: Google Cloud Platform (GCP) Essential Training for Developers

Start my 1-month free trial

Overview of App Engine components

- [Instructor] Before we dive deeper into app engine, it's really important to understand the components that make up an app engine application. At the top level, you have a Google cloud project. Each Google cloud project can only have one app engine application. However, an application can have multiple services. A service works like a micro service. An app engine app can work fine with just one service. However, if you have a large application you can separate logical components into their own services. For example you can have one service that handles front-facing user and API requests. You can have another service to handle batch processing and pipeline-like operations, and you can have another service for admin panels dedicated to admin and internal users. Each service can have multiple versions. A version is basically a new deployment of your service. Like version one as your main, then version two where you have some…

Contents