Remove a namespace
Create ConfigMap from file or literal
Remove all resources of type
Create a new namespace
kubectl create namespace <name>
Creates an isolated namespace for resources.
Create "dev" namespace
kubectl create namespace dev
List all pods in current namespace
Delete a pod
List deployments in namespace