forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate concepts/overview/components and related glossaries in Japa…
…nase (kubernetes#16034) * Translate concepts/overview/components and related glossaries in Japanese * Revise sentences based on suggestion by reviewers
- Loading branch information
Showing
11 changed files
with
167 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: コンテナランタイム | ||
id: container-runtime | ||
date: 2019-06-05 | ||
full_link: /docs/reference/generated/container-runtime | ||
short_description: > | ||
コンテナランタイムは、コンテナの実行を担当するソフトウェアです。 | ||
aka: | ||
tags: | ||
- fundamental | ||
- workload | ||
--- | ||
コンテナランタイムは、コンテナの実行を担当するソフトウェアです。 | ||
|
||
<!--more--> | ||
|
||
Kubernetesは次の複数のコンテナランタイムをサポートします。 | ||
[Docker](http://www.docker.com), [containerd](https://containerd.io), [cri-o](https://cri-o.io/), | ||
[rktlet](https://github.com/kubernetes-incubator/rktlet) および全ての | ||
[Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) | ||
実装。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: DaemonSet | ||
id: daemonset | ||
date: 2018-04-12 | ||
full_link: /docs/concepts/workloads/controllers/daemonset | ||
short_description: > | ||
Podのコピーがクラスター内の一連のNodeに渡って実行されることを保証します。 | ||
aka: | ||
tags: | ||
- fundamental | ||
- core-object | ||
- workload | ||
--- | ||
{{< glossary_tooltip text="Pod" term_id="pod" >}}のコピーが{{< glossary_tooltip text="クラスター" term_id="cluster" >}}内の一連のNodeに渡って実行されることを保証します。 | ||
|
||
<!--more--> | ||
|
||
通常{{< glossary_tooltip term_id="node" >}}で実行する必要があるログコレクターや監視エージェントなどのシステムデーモンをデプロイするために使用します。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Deployment | ||
id: deployment | ||
date: 2018-04-12 | ||
full_link: /docs/concepts/workloads/controllers/deployment/ | ||
short_description: > | ||
複製されたアプリケーションを管理するAPIオブジェクト。 | ||
aka: | ||
tags: | ||
- fundamental | ||
- core-object | ||
- workload | ||
--- | ||
複製されたアプリケーションを管理するAPIオブジェクト。 | ||
|
||
<!--more--> | ||
|
||
各レプリカは{{< glossary_tooltip term_id="pod" >}}で表され、ポッドはクラスターのノード間で分散されます。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: kube-proxy | ||
id: kube-proxy | ||
date: 2018-04-12 | ||
full_link: /docs/reference/command-line-tools-reference/kube-proxy/ | ||
short_description: > | ||
`kube-proxy`はクラスター内の各Nodeで動作しているネットワークプロキシです。 | ||
aka: | ||
tags: | ||
- fundamental | ||
- networking | ||
--- | ||
[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) はクラスター内の各Nodeで動作しているネットワークプロキシで、Kubernetesの{{< glossary_tooltip term_id="service">}}コンセプトの一部を実装しています。 | ||
|
||
<!--more--> | ||
|
||
kube-proxyは、Nodeのネットワークルールをメンテナンスします。これらのネットワークルールにより、クラスターの内部または外部のネットワークセッションからPodへのネットワーク通信が可能になります。 | ||
|
||
kube-proxyは、オペレーティングシステムにパケットフィルタリング層があり、かつ使用可能な場合、パケットフィルタリング層を使用します。それ以外の場合は自身でトラフィックを転送します。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.