Create a new namespace
Remove all resources of type
Remove a deployment
Remove a namespace
kubectl delete namespace <name>
Deletes namespace and all contained resources.
Delete "dev" namespace
kubectl delete namespace dev
Remove a service
Delete a pod
List all pods in current namespace