Why it matters
Wrong deployment choice affects cost and ops. Understanding both enables smart selection.
Advertisement
The architecture
Cloud Run: build container, deploy. Handles scaling automatically. Pay per request.
Vertex AI Agent Engine: managed agent runtime. Handles session state, scaling, monitoring.
Advertisement
How it works end to end
Cloud Run: control over container. Use for custom setup, integrations.
Agent Engine: managed sessions, evaluation, scaling. Vendor lock-in trade-off.
Local dev: adk web (UI) or adk run (CLI) for iterating locally.
Auth: ADC (Application Default Credentials) for Google APIs.