skip to content
Alvin Lucillo

Scale up/down deployment

/ 1 min read

💻 Tech

Scaling up or down can be done by increasing/decreasing the number of replicas: k scale deploy/frontend --replicas=0

In the example above, the number of replicas of deployment frontend is reduced to zero.