What is Google Cloud App Engine
Managed app platform
Build highly scalable application on a fully managed serverless platform
Different Types
App Engine Standard Environment Intended to
Language : Python, Java, Node.js, PHP, Go
Experiences sudden and extreme spikes of traffic which requires immediate scaling
Instance startup time in second
App Engine Flexible environment
Go for appengine standard environment when you want less customizations (runtime, vm instances, security, etc. ) and want to plug and play with Google App Engine
Go for appengine flexible environmentwhen you want to use compute engine resources extensively and deploy third party docker components/frameworks within your infrastructure
Alternatives / Competitors
- AWS Lambda.
- AWS Elastic Beanstalk.
- Salesforce Heroku.
- Salesforce Platform.
- Cloud Foundry.
- Dokku.
- Azure Cloud Services.
- ServiceNow Now Platform.
Comments
Post a Comment