Verify deployment
verify_deploymentRun post-deployment checks: workload exists, ready replicas match desired, pods Running/Ready with zero restarts, services have endpoints, optional health endpoint responds. If unhealthy, diagnose.
Instructions
Run the post-deployment checks in one call: the workload exists, ready replicas match desired, pods are Running and Ready, restart counts are zero, Services exist and have endpoints, and optionally that a health endpoint responds through the API server proxy. Never assume a deployment succeeded -- call this. If healthy is false, call diagnose_deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | ||
| namespace | No | ||
| health_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pods | No | ||
| checks | No | ||
| healthy | Yes | ||
| summary | No | ||
| services | No | ||
| namespace | Yes | ||
| next_step | No | ||
| deployments | No |