get_deployment_status
Check rollout status of a Kubernetes deployment, including replica counts, completion status, and degraded conditions, to determine if deployment succeeded or is stuck.
Instructions
Returns rollout status for a Deployment: desired vs ready vs available replicas, whether the rollout is complete, container images in use, and any degraded conditions. Use to check if a deployment rolled out successfully or is stuck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Kubernetes namespace. Defaults to "default". | |
| deploymentName | Yes | Name of the deployment. |