link
kubernetes/get-pods

Get Pods

List all pods in current namespace

pods
monitoring

Command

kubectl get pods

Examples

List pods in default namespace

kubectl get pods

List pods in kube-system

kubectl get pods -n kube-system