list-services
List all Kubernetes services within a specified namespace to monitor and manage service discovery and network connectivity in your cluster.
Instructions
List Kubernetes services in a namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | The namespace to list services from (optional, defaults to current context namespace) |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "The namespace to list services from (optional, defaults to current context namespace)",
"type": "string"
}
},
"type": "object"
}