CloudRun
Cloud Run
What it is: Serverless Containers. This sits between Cloud Functions (simple code) and Kubernetes (complex clusters). You give it a container (Docker image), and it runs it for you. It scales to zero when not in use and handles HTTP requests automatically. It is very popular for modern web APIs.
Equivalents:
AWS: AWS Fargate or AWS App Runner
Azure: Azure Container Apps
Last updated