get_deployments
Retrieve all deployments in a specified Kubernetes namespace using a simplified interface with the MCP Kubernetes Server, streamlining cluster management tasks.
Instructions
Get all deployments in the specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_deploymentsArguments",
"type": "object"
}