kube_executor
Execute kubectl commands or apply YAML configurations securely across multiple Kubernetes clusters using the Multi-Cluster MCP Server for streamlined cluster management.
Instructions
Securely run a kubectl command or apply YAML. Provide either 'command' or 'yaml'.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster | No | The cluster name in a multi-cluster environment. Defaults to the hub cluster. | default |
command | No | The full kubectl command to execute. Must start with 'kubectl'. | |
yaml | No | YAML configuration to apply, provided as a string. |