Name/label for multi tenancy namespaces

Currently, all that identifies a namespace is the auto-generated ID you get when creating it.

In a scenario where a cluster has a high number of namespaces, if that namespace id is lost, it might be quite difficult to find out which namespace is which…

A solution to this problem is having the ability to give a namespace a uniquely identifiable name to a namespace. This may be a replacement to the integer namespaceId or an additional property.

That was discussed internally, but the conclusion was that this isn’t necessary and would bring complexity to the code. Also, we gonna have a way to manage namespaces in the Cloud UI. It should be available soon.

1 Like