|100

Description:

  • PaaS
  • Use this
  • Automatic load balancing
  • Just write the code, no need to worry about hardware
  • App engine Flexible supports custom container
  • Batch app
  • mem cache? cache queries
  • Cloud task?
    • perform work asyn outside user request
  • gcloud app
    • gcloud app create
    • gcloud app deploy
FeatureStandard EnvironmentFlexible Environment
ManagedYesNo
LanguagesPython, Java, Node.js, PHP, Ruby, GoAny
ScalingAutomaticManual
Built-in servicesYesNo
Pay-per-useYesNo
Security restrictionsMoreLess
ControlLessMore
CostLower for bursty workloadsHigher
Custom imageNoYes

1. Dashboard:

  • 1 project has 1 App Engine app
  • 1 app has 1 or more services

2. Services:

3. Versions:

  • 1 version has 1 or more instances
  • Can have multiple version and split traffic between them
    • tag --no-promote

4. Instances: