Skip to content

Commit 37d5dba

Browse files
authored
Merge pull request #48874 from ym1024/add_security-context_md
[ja] Translate docs/reference/glossary/security-context.md
2 parents cee8816 + eb43b21 commit 37d5dba

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Security Context
3+
id: security-context
4+
date: 2018-04-12
5+
full_link: /ja/docs/tasks/configure-pod-container/security-context/
6+
short_description: >
7+
`securityContext`フィールドは、Podまたはコンテナの権限とアクセス制御の設定を定義します。
8+
9+
aka:
10+
tags:
11+
- security
12+
---
13+
`securityContext`フィールドは、{{< glossary_tooltip text="Pod" term_id="pod" >}}または{{< glossary_tooltip text="コンテナ" term_id="container" >}}の権限とアクセス制御の設定を定義します。
14+
15+
<!--more-->
16+
17+
`securityContext`では、プロセスを実行するユーザー、プロセスを実行するグループ、および権限の設定を定義できます。
18+
また、セキュリティポリシー(例:SELinux、AppArmor、seccomp)も設定できます。
19+
20+
`PodSpec.securityContext`の設定内容は、Pod内のすべてのコンテナに適用されます。

0 commit comments

Comments
 (0)