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 dcf3905 + 4616a9c commit a345acfCopy full SHA for a345acf
content/ja/docs/reference/glossary/service-account.md
@@ -0,0 +1,19 @@
1
+---
2
+title: サービスアカウント
3
+id: service-account
4
+date: 2018-04-12
5
+full_link: /docs/tasks/configure-pod-container/configure-service-account/
6
+short_description: >
7
+ Pod内で動作するプロセスのアイデンティティを提供します。
8
+
9
+aka:
10
+tags:
11
+- fundamental
12
+- core-object
13
14
+ {{< glossary_tooltip text="Pod" term_id="pod" >}}内で動作するプロセスのアイデンティティを提供します。
15
16
+<!--more-->
17
18
+Pod内のプロセスがクラスターへアクセスする際、それらはAPIサーバーによって特定のサービスアカウント(例:`default`)として認証されます。
19
+Podを作成する際にサービスアカウントを指定しない場合、同じ{{< glossary_tooltip text="Namespace" term_id="namespace" >}}内のデフォルトのサービスアカウントが自動的に割り当てられます。
0 commit comments