create a new namespace.
$ kubectl create namespace quota-demo

delete the namespace.
$ kubectl delete ns quota-demo
