Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubectl get all the pods

kubectl get pods -A 

# you can list down all the pods with wide range
kubectl get pods -A -o wide
Comment

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
Comment

how get pods in kuber

# Get Pods in all namespaces
kubectl get po -A

# Get pods in default namespace
kubectl get po
Comment

PREVIOUS NEXT
Code Example
Shell :: instalar docker compose ubuntu 
Shell :: join docker swarm 
Shell :: make mp4 smaller using ffmpeg 
Shell :: how to install pygame windows 10 
Shell :: what is the difference between powershell and command prompt 
Shell :: remove space at end of line file 
Shell :: keep the container running and not exit directly 
Shell :: print env variables 
Shell :: get list of directories bash 
Shell :: How to remove a snap package on Ubuntu 
Shell :: gcc on ubuntu 20.04 
Shell :: check user terminal 
Shell :: bash delete a range of lines from a file 
Shell :: linux shutdown 
Shell :: where is docker images stored windows wsl2 
Shell :: powershell append file to another file 
Shell :: delete file hdfs dfs 
Shell :: linux disk usage 
Shell :: untar gz file ubuntu 
Shell :: install aws cli on ubuntu 
Shell :: ubuntu install arial font 
Shell :: see map size linux 
Shell :: split screen into 4 ubuntu 
Shell :: check size of hidden current directory linux 
Shell :: git bad object refs/heads/ 
Shell :: disable ssh login only keys 
Shell :: convert master to main 
Shell :: show branch detail branch info in git 
Shell :: github remote push 
Shell :: git syntax 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =