Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubernetes get deployments

# Get pods in default namespace
kubectl get deployments

#Get Pods in my-namespace
kubectl get deployments -n my-namespace

#Get Pods in all namespaces
kubectl get deployments --all-namespaces
Comment

PREVIOUS NEXT
Code Example
Shell :: git tag to previous commit 
Shell :: how to remove your phone 
Shell :: md5 bash 
Shell :: how to enable bluetooth on terminal 
Shell :: clean local branches git 
Shell :: navigate to folder on mac 
Shell :: unzip ubuntu 
Shell :: git how to undo a pushed commit 
Shell :: grant all the permission to the user ubuntu 
Shell :: install lando linux 
Shell :: [Errno 13] Permission denied: ubuntu 
Shell :: how to install grub 
Shell :: download clamav ubuntu 20 
Shell :: linux activate ssh 
Shell :: git view changes in commit 
Shell :: debian backports 
Shell :: conditional dockerfile 
Shell :: install kubens on ubuntu 
Shell :: install scrollmagic npm 
Shell :: bin/magento command not found 
Shell :: rails aborted! TypeError: superclass mismatch for class Command 
Shell :: uninstall all microsoft apps powershell 
Shell :: postgresql cli first time 
Shell :: download a zip file using curl 
Shell :: setup ftp server linux 
Shell :: homebrew install mac 
Shell :: scikit-learn python 
Shell :: clone a git branch 
Shell :: install net tools in manjaro 
Shell :: duplicate clone remote branch locally git 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =