kubectl get pods
# This command returns all pods in default namespace
kubectl get pods -n kube-system
# Get pods running in "kube-system" namespace

image.png

kubectl create namespace backend-team

image.png

 kubectl config set-context --current --namespace=backend-team