list-pods
Retrieve a list of all pods running in a specified Kubernetes namespace to monitor application status and resource availability.
Instructions
List Kubernetes pods in a namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | The namespace to list pods from (optional, defaults to current context namespace) |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "The namespace to list pods from (optional, defaults to current context namespace)",
"type": "string"
}
},
"type": "object"
}