create_deployment
Set up a Kubernetes deployment with specified name, namespace, and container template using the MCP server. Define replicas and optional ports for scalable container orchestration.
Instructions
Create a new Kubernetes deployment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | ||
namespace | Yes | ||
ports | No | ||
replicas | No | ||
template | Yes |