kubectl_scale
Scale a Kubernetes deployment, replicaset, or statefulset to a target number of replicas. Provide resource name, namespace, and replica count.
Instructions
Scale a Kubernetes deployment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the deployment to scale | |
| namespace | No | Kubernetes namespace | default |
| replicas | Yes | Number of replicas to scale to | |
| resourceType | No | Resource type to scale (deployment, replicaset, statefulset) | deployment |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) |