# List all deleted pods kubectl get pods -o json | jq -r '.items[] | select(.metadata.deletionTimestamp != null)'