get_node_details
Retrieve detailed JSON data about a specific Kubernetes node by providing the context name and node name, enabling precise cluster management via the k8s-pilot MCP server.
Instructions
Get detailed information about a specific node.
Args: context_name: The Kubernetes context name node_name: The name of the node to get details for
Returns: JSON string containing detailed information about the node
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
node_name | Yes |