#420 SEO Improvements: new-user-guides (#783)

* canonicized new-user-guides

* missing versioned_docs
This commit is contained in:
Marty Hernandez Avedon
2023-08-15 16:08:51 -04:00
committed by GitHub
parent 61b02185af
commit ef7a25fab8
13 changed files with 52 additions and 0 deletions
@@ -2,6 +2,10 @@
title: Adding Users to Projects
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/add-users-to-projects"/>
</head>
If you want to provide a user with access and permissions to _specific_ projects and resources within a cluster, assign the user a project membership.
You can add members to a project as it is created, or add them to an existing project.
@@ -2,6 +2,10 @@
title: Namespaces
---
<head>
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/manage-namespaces"/>
</head>
Within Rancher, you can further divide projects into different [namespaces](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/), which are virtual clusters within a project backed by a physical cluster. Should you require another level of organization beyond projects and the `default` namespace, you can use multiple namespaces to isolate applications and resources.
Although you assign resources at the project level so that each namespace in the project can use them, you can override this inheritance by assigning resources explicitly to a namespace.