Wechseln Sie die Namespaces mithilfe von Kubectl -Befehlen

kubectl config set-context --current --namespace=<insert-namespace-name-here>
DreamCoder