08 Enhance deployment.yaml

To skip having to specify the -n every time you do a deployment, the namespace can be included in the deployment. Perform the steps below, to do this.

kubectl apply -f deployment.yml
kubectl get all -n studentx
kubectl delete -f deployment.yml