> For the complete documentation index, see [llms.txt](https://til.yulrizka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.yulrizka.com/k8s/scale-deployment.md).

# scale deployment

```
$ kubectl scale deployment --replicas=1 deployment_name
```
