File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
concepts/services-networking Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ weight: 10
12
12
13
13
<!-- overview -->
14
14
15
- {{< glossary_definition term_id="service" length="short" >}}
15
+ {{< glossary_definition term_id="service" length="short" prepend="KubernetesにおけるServiceとは、" >}}
16
16
17
17
Kubernetesでは、なじみのないサービスディスカバリーのメカニズムを使用するためにユーザーがアプリケーションの修正をする必要はありません。
18
18
KubernetesはPodにそれぞれのIPアドレス割り振りや、Podのセットに対する単一のDNS名を提供したり、それらのPodのセットに対する負荷分散が可能です。
Original file line number Diff line number Diff line change @@ -5,16 +5,18 @@ date: 2018-04-12
5
5
full_link : /ja/docs/concepts/services-networking/service/
6
6
short_description : >
7
7
Podの集合で実行されているアプリケーションをネットワークサービスとして公開する方法。
8
-
9
- aka :
10
8
tags :
11
9
- fundamental
12
10
- core-object
13
11
---
14
- {{< glossary_tooltip text="Pod" term_id="pod" >}}の集合で実行されているアプリケーションをネットワークサービスとして公開する抽象的な方法です 。
12
+ クラスター内で1つ以上の {{< glossary_tooltip text="Pod" term_id="pod" >}}として実行されているネットワークアプリケーションを公開する方法です 。
15
13
16
14
<!-- more-->
17
15
18
16
Serviceが対象とするPodの集合は、(通常){{< glossary_tooltip text="セレクター" term_id="selector" >}}によって決定されます。
19
17
Podを追加または削除するとセレクターにマッチしているPodの集合は変更されます。
20
18
Serviceは、ネットワークトラフィックが現在そのワークロードを処理するPodの集合に向かうことを保証します。
19
+
20
+ Kubernetesサービスは、IPネットワーキング(IPv4、IPv6、またはその両方)を使用するか、ドメインネームシステム(DNS)でExternal Nameを参照します。
21
+
22
+ Serviceの抽象化により、IngressやGatewayなどの他のメカニズムが可能になります。
You can’t perform that action at this time.
0 commit comments