Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scale deployment

# scale deployment in the default namespace, named myDeploymentName to have 3 pods
kubectl scale deployment/myDeploymentName --replicas=3

# scale deployment in the myNamespace namespace, named myDeploymentName to have 3 pods
kubectl scale deployment/myDeploymentName --replicas=3 -n myNamespace
Comment

scale deployment

kubectl scale deployment.v1.apps/nginx-deployment --replicas=10
Comment

PREVIOUS NEXT
Code Example
Shell :: check ip address linux 
Shell :: how to run a sh file in terminal 
Shell :: kubernetes while true sleep 
Shell :: docker redis 
Shell :: delete elem soup 
Shell :: ssh custom port fla 
Shell :: ssh-copy powershell 
Shell :: git add origin command 
Shell :: git diff two commits one file 
Shell :: git commit and add in one command 
Shell :: linux command to go to the parent directory 
Shell :: localhost ssl 
Shell :: pwd linux 
Shell :: como atualizar a versão do angular 
Shell :: docker install ubuntu command line 
Shell :: how do I add a commit to an existing pull request 
Shell :: check laptop battery health using upower 
Shell :: how to create a shortcut to a folder on linux 
Shell :: env variable for access key and secret key in terraform 
Shell :: change dns server ubuntu 20.04 
Shell :: how to add a directory to path in linux 
Shell :: installing redis on mac 
Shell :: discard all changes 
Shell :: flutter android sdk manager not found 
Shell :: remove file directory linux 
Shell :: send file netcat 
Shell :: remove remote 
Shell :: shell script if input is empty 
Shell :: git ignore folder command 
Shell :: install composer 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =