Cloud Run – Google Cloud’s containerized application platform.

Google Cloud Run is a managed compute platform that automatically scales stateless containers. It supports any language, any library, and any binary that can run on containers. The service features automatic scaling to zero, provides concurrency control, and enables custom domain mapping. Cloud Run includes built-in container security, supports secrets management, and provides detailed metrics through Cloud Monitoring. It enables integration with Cloud Build for CI/CD and supports both HTTP and gRPC protocols.