google-agents-cli-deploy
Deploy ADK agents to Agent Runtime, Cloud Run, or GKE with managed infrastructure and CI/CD pipelines.
What it does
- cloud-run.md — Scaling defaults, Dockerfile, session types, networking
- agent-runtime.md — container-based deploy, unified FastAPI app, the /api passthrough, Terraform resource, deployment metadata, CI/CD differences
- gke.md — GKE Autopilot cluster, Kubernetes manifests, Workload Identity, session types, networking
- terraform-patterns.md — Custom infrastructure, IAM, state management, importing resources
- batch-inference.md — BigQuery Remote Function trigger; for Pub/Sub / Eventarc see /google-agents-cli-adk-code
- cicd-pipeline.md — Full CI/CD pipeline setup, infra cicd flags, runner comparison, WIF auth, pipeline stages
- testing-deployed-agents.md — Testing instructions per deployment target, curl examples, load tests
Requirements & configuration
- Requires: agents-cli (uv tool install google-agents-cli) — install uv first if needed.
- Ask the user which deployment target fits their needs. Each is a valid production choice with different trade-offs.
- | --dns-peering-domain | DNS peering domain suffix, e.g. my-internal.corp. (requires --network-attachment) | Agent Runtime |
- | --dns-peering-project | Project ID hosting the Cloud DNS managed zone for DNS peering (requires --network-attachment) | Agent Runtime |
- | --dns-peering-network | VPC network name in the target project for DNS peering (requires --network-attachment) | Agent Runtime |
Configuration: ENV_VAR
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Deploy ADK agents to Agent Runtime, Cloud Run, or GKE with managed infrastructure and CI/CD pipelines.
Source
Repository: https://github.com/google/agents-cli
google-agents-cli-deploy FAQ
What does the google-agents-cli-deploy skill do?
> This skill should be used when the user wants to "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets, or awareness of Agent Gateway. Covers deployment workflows, service accounts, rollback, and production infrastructure. Part of the Google ADK (Agent Development Kit) skills suite. Do NOT use for API code patterns (use google-agents-cli-adk-code), evaluation (use google-agents-cli-eval), or project scaffolding (use google-agents-cli-scaffold). cloud-run.md — Scaling defaults, Dockerfile, session types, networking agent-runtime.md — container-based deploy, unified FastAPI app, the /api passthrough, Terraform resource, deployment metadata, CI/CD differences
What does google-agents-cli-deploy require?
Requires: agents-cli (uv tool install google-agents-cli) — install uv first if needed. Ask the user which deployment target fits their needs. Each is a valid production choice with different trade-offs. | --dns-peering-domain | DNS peering domain suffix, e.g. my-internal.corp. (requires --network-attachment) | Agent Runtime | | --dns-peering-project | Project ID hosting the Cloud DNS managed zone for DNS peering (requires --network-attachment) | Agent Runtime | | --dns-peering-network | VPC network name in the target project for DNS peering (requires --network-attachment) | Agent Runtime | Configuration keys: ENV_VAR.
How do I install google-agents-cli-deploy?
Run: npx -y skills add https://github.com/google/agents-cli --skill google-agents-cli-deploy --agent claude-code — the source lives at github.com/google/agents-cli.
Maintain google-agents-cli-deploy?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/google-agents-cli-google-agents-cli-deploy?ref=badge) npx agentictools info skills/google-agents-cli-google-agents-cli-deploy The second line is the CLI lookup for this page — handy in READMEs and docs.