Skip to content

Commit 6f9eaa0

Browse files
committed
[ja] Sync reference/glossary/rbac.md
1 parent 0ad5f66 commit 6f9eaa0

File tree

1 file changed

+15
-1
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,18 @@ tags:
1515

1616
<!--more-->
1717

18-
RBACは、権限を含む*Role*と、Roleで定義された権限を一連のユーザーに付与する*RoleBinding*を使用します。
18+
RBACは、以下の4種類のKubernetesオブジェクトを使用します:
19+
20+
Role
21+
: 特定のNamespaceの権限を定義します。
22+
23+
ClusterRole
24+
: クラスター全体の権限を定義します。
25+
26+
RoleBinding
27+
: 特定のNamespaceにおいて、Roleで定義された権限を一連のユーザーに付与します。
28+
29+
ClusterRoleBinding
30+
: クラスター全体において、Roleで定義された権限を一連のユーザーに付与します。
31+
32+
詳細については、[RBAC](/ja/docs/reference/access-authn-authz/rbac/)を参照して下さい。

0 commit comments

Comments
 (0)