Verify that the namespace has been created:
kubectl get nodes
This command should display a list of namespaces, including the one you just created. create namespace kubectl
kubectl describe namespace dev-environment Verify that the namespace has been created: kubectl
kubectl config set-context --current --namespace=dev-environment create namespace kubectl
kubectl create namespace <namespace-name>