We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cee8816 + eb43b21 commit 37d5dbaCopy full SHA for 37d5dba
content/ja/docs/reference/glossary/security-context.md
@@ -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