Answers for "command to scale down all pods in kubernetes"

1

kubernetes command line to scale down pods

kubectl scale --replicas=4 deployment my-nginxdeployment
Posted by: Guest on August-25-2021

Code answers related to "command to scale down all pods in kubernetes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language