Compute
Compute engine
Kubernetes Engine
- Managed orchestrated environnement for containerrized app
- Serverless
- Benefits:
- Load Balancing intergrated
- Automtic upgrade
- Logging and monitoring is handled by stackdriver
- ...
App Engine
- PaaS
- Bind code to libraries
Cloud Functions
- Is a lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to cloud events without the need to manage a server or a runtime environment
- Serverless service
Cloud Run
- Is a managed compute platform that runs stateless containers via web requests or Hub sub events
- Serverless service