Create namespace#

In k8s a namespace is a way to isolate different k8s objects and split up resources while limiting impact objects can have on each other across different namespaces.

Note

We utilize Rancher to provide a single UI for k8s cluster management. Part of this implementation includes placing general users in to a Rancher project for added isolation from production services running on the cluster. Creating namespaces with kubectl is not recommended with this architecture. It is a limitation of Role-based access control in Rancher with projects and a more descriptive explanation of the issues can be read here.

Creating namespaces in Rancher is not very difficult and the following documentation will go over how to accomplish this in the CISL cloud environment.

Login to Rancher#

The link to NCARs Rancher instance is always at the top of this documentation under the Resources tab. Navigate to rancher, provide your CIT credentials, and select Log in with ActiveDirectory.

Note

In the username field please specify the domain before your username : ie. CIT\username