scale-deployment
Adjust the number of replicas for a Kubernetes deployment to manage application capacity and resource allocation.
Instructions
Scale a Kubernetes deployment to a specified number of replicas
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment | Yes | The name of the deployment to scale | |
| namespace | No | The namespace of the deployment (optional, defaults to current context namespace) | |
| replicas | Yes | The number of replicas to scale to |