kubernetes - dynamically change namespace of RC

12/22/2016

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.

-- matth3o
kubernetes
namespaces

1 Answer

1/2/2017

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

-- Norbert van Nobelen
Source: StackOverflow