serviceaccount_create
Create and manage Kubernetes ServiceAccounts in specified namespaces using the 'k8s-pilot' MCP server. Simplifies cluster management with context switching and resource operations.
Instructions
Create a ServiceAccount in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ServiceAccount name labels: Optional labels to apply to the ServiceAccount
Returns: Status of the creation operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
labels | No | ||
name | Yes | ||
namespace | Yes |