Skip to content

Commit eb43b21

Browse files
committed
[ja] Translate docs/reference/glossary/security-context.md
1 parent 8337c46 commit eb43b21

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)