kubectl get pod/nginx -n test -o yaml | sed “s/namespace: test/namespace: mgmt/g” | kubectl -n mgmt create -f -