Skip to content

Commit 6615eb4

Browse files
[ja] Translate sidecar-container.md into Japanese (#48878)
* [ja] Translate docs/reference/glossary/sidecar-container.md into Japanese * fix: updated date to conform to the original
1 parent 5710f36 commit 6615eb4

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: sidecar-container
4+
date: 2018-04-12
5+
full_link: /ja/docs/concepts/workloads/pods/sidecar-containers/
6+
short_description: >
7+
Podのライフサイクル全体を通して実行を続ける補助コンテナ。
8+
tags:
9+
- fundamental
10+
---
11+
サイドカーコンテナは1つ以上の{{< glossary_tooltip text="コンテナ" term_id="container" >}}で構成され、一般的にアプリケーションコンテナより先に起動されます。
12+
13+
<!--more-->
14+
15+
サイドカーコンテナは通常のアプリケーションコンテナと似ていますが、目的が違います: サイドカーコンテナは、同じPodで実行されるメインのアプリケーションコンテナに対してサービスを提供します。
16+
{{< glossary_tooltip text="Initコンテナ" term_id="init-container" >}}とは異なり、サイドカーコンテナはPod起動後も実行を続けます。
17+
18+
詳細については、[サイドカーコンテナ](/ja/docs/concepts/workloads/pods/sidecar-containers/)をご参照ください。

0 commit comments

Comments
 (0)