k8s_create_deployment
Deploy containerized applications on Kubernetes by creating a deployment with required name and image, and optional replicas, namespace, and ports.
Instructions
Create a Kubernetes deployment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deployment name | |
| image | Yes | Container image | |
| replicas | No | Replica count | |
| namespace | No | Namespace | default |
| ports | No | Container ports |