Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rescale kubectl

// kubectl scale --replicas=<expected_replica_num> deployment <deployment_name>

kubectl scale --replicas=4 deployment my-nginxdeployment //"my-nginx" scaled
Source by www.oreilly.com #
 
PREVIOUS NEXT
Tagged: #rescale #kubectl
ADD COMMENT
Topic
Name
4+8 =