daemonset_get
Retrieve detailed information about a specific DaemonSet in a Kubernetes cluster by providing context name, namespace, and DaemonSet name using the k8s-pilot MCP server.
Instructions
Get details of a specific DaemonSet.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The DaemonSet name
Returns: Detailed information about the DaemonSet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |