Do you know if there is a way to dynamically change the namespace of a running RC or pod in kubernetes?
Thanks for your help.
You can not change the namespace of a running resource:
A resource with the same name might already exist in another namespace, making a rename difficult and unpredictable