Login
Remember
Register
Ask a Question
Command to scale deploayment named foobardeployment to 2 replicas
0
votes
asked
Aug 5, 2023
in
Kubernetes K8s
by
Robin
Command to scale deploayment named foobardeployment to 2 replicas
deploayment-scale
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 5, 2023
by
Robin
kubectl scale deployment foobardeployment --replicas=2 # scale that to 2 replicas
...