Skip to content

Commit a345acf

Browse files
authored
Merge pull request #51618 from t-katsumura/translate-service-account-into-ja
[ja] Translate content/en/docs/reference/glossary/service-account.md into Japanese
2 parents dcf3905 + 4616a9c commit a345acf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)