Skip to content

Commit c85b6b5

Browse files
committed
Update docs/reference/glossary/rbac.md
1 parent 44ae714 commit c85b6b5

File tree

1 file changed

+6
-1
lines changed
  • content/en/docs/reference/glossary

1 file changed

+6
-1
lines changed

content/en/docs/reference/glossary/rbac.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ tags:
1515

1616
<!--more-->
1717

18-
RBAC utilizes *roles*, which contain permission rules, and *role bindings*, which grant the permissions defined in a role to a set of users.
18+
RBAC utilizes four kinds of Kubernetes objects:
19+
* **Role**: Defines permission rules in a specific namespace.
20+
* **ClusterRole**: Defines permission rules cluster-wide.
21+
* **RoleBinding**: Grants the permissions defined in a role to a set of users in a specific namespace.
22+
* **ClusterRoleBinding**: Grants the permissions defined in a role to a set of users cluster-wide.
1923

24+
For more information, see [RBAC](/docs/reference/access-authn-authz/rbac/).

0 commit comments

Comments
 (0)