Docker/Kubernetes workshop
kubectl
kubectl create ns myapp
Use the newly created namespace as your default namespace:
kubectl config set-context --current --namespace=myapp