Merge pull request #48889 from ym1024/add_rbac_md

[ja] Translate docs/reference/glossary/rbac.md
pull/48900/head
Kubernetes Prow Robot 2024-11-29 22:00:58 +00:00 committed by GitHub
commit b96befcdd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: RBAC (Role-Based Access Control)
id: rbac
date: 2018-04-12
full_link: /ja/docs/reference/access-authn-authz/rbac/
short_description: >
管理者がKubernetes APIを通じてアクセスポリシーを動的に設定できるようにし、認可の判断を管理します。
aka:
tags:
- security
- fundamental
---
管理者が{{< glossary_tooltip text="Kubernetes API" term_id="kubernetes-api" >}}を通じてアクセスポリシーを動的に設定できるようにし、認可の判断を管理します。
<!--more-->
RBACは、権限を含む*Role*と、Roleで定義された権限を一連のユーザーに付与する*RoleBinding*を使用します。