Skip to content

Commit fdeba93

Browse files
kmutot-inu
andauthored
Update content/ja/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Toshiaki Inukai <[email protected]>
1 parent c4c3d77 commit fdeba93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kubectl get pods -l run=my-nginx -o custom-columns=POD_IP:.status.podIPs
6363
ノードと一緒にPodは死に、Deploymentが新しいPodを異なるIPアドレスで作成します。
6464
これがServiceが解決する問題です。
6565
66-
KubernetesのServiceは、全て同じ機能を提供する、クラスター内で何かを実行するPodの論理的セットを定義した抽象物です
66+
KubernetesのServiceは、全て同じ機能を提供する、クラスター内のどこかで実行するPodの論理的な集合を定義した抽象物です
6767
作成時に各Serviceは固有のIPアドレス(clusterIPとも呼ばれます)を割り当てられます。
6868
このアドレスはServiceのライフスパンと結び付けられており、Serviceが生きている間は変わりません。
6969
PodはServiceと対話できるよう設定され、Serviceのメンバーである複数のPodへ自動的に負荷分散されたServiceへ通信する方法を知っています。

0 commit comments

Comments
 (0)