Skip to content

Commit a7cfdf2

Browse files
authored
Merge pull request #39863 from ystkfujii/feat/sync_glossary_service
[ja] Sync glossary/service.md
2 parents 81d7c95 + 2dcef3c commit a7cfdf2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/ja/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 10
1212

1313
<!-- overview -->
1414

15-
{{< glossary_definition term_id="service" length="short" >}}
15+
{{< glossary_definition term_id="service" length="short" prepend="KubernetesにおけるServiceとは、" >}}
1616

1717
Kubernetesでは、なじみのないサービスディスカバリーのメカニズムを使用するためにユーザーがアプリケーションの修正をする必要はありません。
1818
KubernetesはPodにそれぞれのIPアドレス割り振りや、Podのセットに対する単一のDNS名を提供したり、それらのPodのセットに対する負荷分散が可能です。

content/ja/docs/reference/glossary/service.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ date: 2018-04-12
55
full_link: /ja/docs/concepts/services-networking/service/
66
short_description: >
77
Podの集合で実行されているアプリケーションをネットワークサービスとして公開する方法。
8-
9-
aka:
108
tags:
119
- fundamental
1210
- core-object
1311
---
14-
{{< glossary_tooltip text="Pod" term_id="pod" >}}の集合で実行されているアプリケーションをネットワークサービスとして公開する抽象的な方法です
12+
クラスター内で1つ以上の{{< glossary_tooltip text="Pod" term_id="pod" >}}として実行されているネットワークアプリケーションを公開する方法です
1513

1614
<!--more-->
1715

1816
Serviceが対象とするPodの集合は、(通常){{< glossary_tooltip text="セレクター" term_id="selector" >}}によって決定されます。
1917
Podを追加または削除するとセレクターにマッチしているPodの集合は変更されます。
2018
Serviceは、ネットワークトラフィックが現在そのワークロードを処理するPodの集合に向かうことを保証します。
19+
20+
Kubernetes Serviceは、IPネットワーキング(IPv4、IPv6、またはその両方)を使用するか、ドメインネームシステム(DNS)でExternal Nameを参照します。
21+
22+
Serviceの抽象化により、IngressやGatewayなどの他のメカニズムを実現することができます。

0 commit comments

Comments
 (0)