AKS workloads
azure_aks_workloadsMonitor AKS cluster workloads and identify issues: view failing pods, warning events, unavailable deployments, and not-ready nodes. Optionally filter by namespace for targeted checks.
Instructions
Reads live workload state from an AKS cluster's Kubernetes API with your Entra ID account (read-only). view "problems" (default) returns only what needs attention: failing or restarting pods, recent Warning events, deployments that are not fully available, and nodes that are not ready. Other views list everything: "pods", "events", "deployments", "nodes". Optionally limit to one namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | What to show (default problems). | problems |
| limit | No | Maximum items per list (default 100). | |
| clusterId | Yes | Resource ID of a Microsoft.ContainerService/managedClusters AKS cluster. | |
| namespace | No | Kubernetes namespace name. |