ADK Runtime Deployment
Use this skill for moving an ADK agent from local implementation into Agent Runtime or reviewing an existing deployment plan.
Workflow
- Confirm the local agent passes unit, integration, and behavior/evaluation tests.
- Read
references/cl5_agent_runtime_deployment_spec.mdfor architecture, adapters, manifest, Terraform, IAM, telemetry, deployment gates, remote tests, and rollback. - Read
references/cl5_deploy_adk_agent_runtime.txtonly for exact codelab command flow. - Separate core workflow logic from deployment adapter code.
- Check runtime identity, region, artifact storage, secrets, and telemetry before deployment.
- Deploy only after explicit approval when touching cloud resources.
- Record deployment metadata and remote validation results.
Deployment Gates
- Locked dependencies
- Importable runtime wrapper
- Passing local tests/evals
- Reviewed manifest and environment config
- IAM and secret boundaries understood
- Remote smoke tests planned
- Logs/traces inspected after deployment
- Rollback path documented
Evaluation Prompts
- Positive: "Deploy my ADK agent to Agent Runtime." Expected: packaging, IAM, artifacts, telemetry, approval, remote validation, and rollback plan.
- Positive edge: "Review this deployment plan before production." Expected: gates, secrets, regions, runtime identity, tests, and rollback risks.
- Negative: "Deploy a static website." Expected: no ADK runtime skill unless Agent Runtime/ADK is involved.