Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kubectl get pods

# Get pods in default namespace
kubectl get pods

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

#Get Pods in all namespaces
kubectl get pods --all-namespaces
Source by kubernetes.io #
 
PREVIOUS NEXT
Tagged: #kubectl #pods
ADD COMMENT
Topic
Name
3+4 =