list_deployments
List Kubernetes deployments in a specified namespace or across all namespaces, displaying ready, up-to-date, and available replica counts along with age.
Instructions
List deployments in a namespace (or across all namespaces if omitted), with ready/up-to-date/available replica counts and age.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | kubeconfig context (cluster) to target; omit to use the default context | |
| namespace | No | namespace to list deployments in; omit to list across all namespaces |