You can get a detailed description on the kubectl Cheat Sheet.

kubectl config view

kubectl config set-context development --namespace=development --cluster=kubernetes --user=kubernetes-admin

kubectl config use-context development

kubectl config current-context

Now all requests we make to the Kubernetes cluster using kubectl are scoped to the development namespace.