deployment_create
Create a Kubernetes Deployment in a specified namespace with the desired container image, replica count, and labels, using the k8s-pilot MCP server for streamlined cluster management.
Instructions
Create a Deployment in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Deployment name image: The container image to use replicas: Number of replicas labels: Labels to apply to the Deployment
Returns: Status of the creation operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
image | Yes | ||
labels | Yes | ||
name | Yes | ||
namespace | Yes | ||
replicas | Yes |