💻 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.
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.