k8s_generate_deployment
Generate Kubernetes Deployment manifests with best-practice defaults to launch containerized applications with proper configuration.
Instructions
Generate a Kubernetes Deployment manifest with best-practice defaults
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Container image reference | |
| api_key | No | API key for authentication | |
| app_name | Yes | Name of the application | |
| replicas | No | Number of replicas (default 3) | |
| namespace | No | Target namespace |