Cloud Run
Google Cloud Run integration service
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| url | url://cloudrun/ | cloud-run-service-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| cloud-run-service | other | Cloud Run integration service |
Depends on
Google Cloud Run APIContainerNursery— hosting
Documentation Edit this page
Cloud Run
Google Cloud Run integration service.
Description
Manages deployment and lifecycle of services running on Google Cloud Run. Many ContainerNursery routes with provider "cloudrunjar" are delegated through this service, making it a central piece of the Cloud Run deployment pipeline.
Architecture
Single-layer backend service. Receives deployment requests over the url:// protocol and translates them into Google Cloud Run API calls to manage service lifecycle (deploy, update, delete, scale).
Dependents
- Any service deployed to Cloud Run via ContainerNursery with provider "cloudrunjar"
Deployment
Deployed as cloud-run-service-server.jar on ContainerNursery, registered at url://cloudrun/.
Health Checks
Standard url:// protocol health checks.
Notes
- This service acts as a bridge between ContainerNursery and Google Cloud Run.
- Routes configured in ContainerNursery with provider "cloudrunjar" are delegated through this service for actual Cloud Run management.
Read at commit 45ba0b30ed3b