Command Line
Kubectl
Namespce
Switch Namespce
#change the default to dev
kubectl config set-context $(kubectl config current-context) --namespace=dev
kubectl get pods
kubectl get pods --namespace=default
kubectl get pods --namespace=prod
kubectl get pods --all-namespaces