Process Flow - Switching namespace context
Start: Current kubectl context
Check current namespace
Run command: kubectl config set-context --current --namespace=<new-namespace>
Update context namespace
Verify with kubectl config view or kubectl config get-contexts
kubectl commands now use new namespace
END
This flow shows how you change the current kubectl namespace context so commands run in the new namespace.