kubectl get pod -n Kube-node-lease
xxxxxxxxxx
kubectl get pod -n <namespace-name>
xxxxxxxxxx
watch -n 1 'kubectl get pods --all-namespaces | grep "^a"'
# If your namespaces start with the word "sonem" you would use the following
watch -n 1 'kubectl get pods --all-namespaces | grep "^sonem"'