karthi Mahadev:
So, in exam, lets say they are asking to create pods in a particular namespace.
and if I do
kubectl config set-context --current --namespace="targetnamespace"
and run command
kubectl create deployment testdeploy --image=nginx
will it be considered as correct ?