Skip to content

Commit

Permalink
Merge pull request #49317 from ym1024/sync_rbac_md
Browse files Browse the repository at this point in the history
[ja] Sync reference/glossary/rbac.md
  • Loading branch information
k8s-ci-robot authored Jan 28, 2025
2 parents 690f5b8 + 6f9eaa0 commit b9cddb5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion content/ja/docs/reference/glossary/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,18 @@ tags:

<!--more-->

RBACは、権限を含む*Role*と、Roleで定義された権限を一連のユーザーに付与する*RoleBinding*を使用します。
RBACは、以下の4種類のKubernetesオブジェクトを使用します:

Role
: 特定のNamespaceの権限を定義します。

ClusterRole
: クラスター全体の権限を定義します。

RoleBinding
: 特定のNamespaceにおいて、Roleで定義された権限を一連のユーザーに付与します。

ClusterRoleBinding
: クラスター全体において、Roleで定義された権限を一連のユーザーに付与します。

詳細については、[RBAC](/ja/docs/reference/access-authn-authz/rbac/)を参照して下さい。

0 comments on commit b9cddb5

Please sign in to comment.