kubectl config set-context --current --namespace=my-namespace
kubectl get namespace or kubectl get ns
# Create Namespace in current cluster kubectl create namespace my-namespace
kubectl get namespace