get_cluster_deployments
Retrieve live Kubernetes deployment status for a cluster, including replica counts, pod health, and resource usage, to investigate deployment health or pod failures.
Instructions
Return live Kubernetes deployment status for a cluster, including replica counts, pod health, and resource usage. Polls the cluster via the VibOps gateway (up to 20s).
Call this when investigating deployment health, replica counts, or pod failures.
Args: cluster_name: Name of the cluster as returned by list_clusters. namespace: Restrict results to a single namespace (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | ||
| cluster_name | Yes |