Skip to content

Commit 0bd7197

Browse files
committed
translate to ja
Signed-off-by: t-katsumura <[email protected]>
1 parent a5bdf2c commit 0bd7197

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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)として認証されます。Podを作成する際にサービスアカウントを指定しない場合、同じ{{< glossary_tooltip text="名前空間" term_id="namespace" >}}内のデフォルトのサービスアカウントが自動的に割り当てられます。

0 commit comments

Comments
 (0)