Get deployment status
get_deployment_statusCheck deployment readiness by comparing desired and ready replicas and reviewing rollout conditions, with automatic fallback to a StatefulSet of the same name.
Instructions
Report desired vs ready replicas and the rollout conditions for a Deployment, falling back to a StatefulSet of the same name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Deployment | |
| name | Yes | ||
| exists | No | ||
| healthy | No | ||
| selector | No | ||
| namespace | Yes | ||
| conditions | No | ||
| ready_replicas | No | ||
| desired_replicas | No | ||
| updated_replicas | No | ||
| available_replicas | No |