Skip to content

Commit 39d7cfe

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

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
@@ -58,7 +58,7 @@ kubectl get pods -l run=my-nginx -o custom-columns=POD_IP:.status.podIPs
5858
5959
## Serviceの作成
6060
61-
さて、フラットでクラスターワイドなアドレス空間内でnginxを実行中のPodが得られました
61+
さて、フラットなクラスター全体のアドレス空間内でnginxを実行中のPodが得られました
6262
理論的にはこれらのPodと直接対話することは可能ですが、ノードが死んでしまった時には何が起きるでしょうか?
6363
ノードと一緒にPodは死に、Deploymentが新しいPodを異なるIPアドレスで作成します。
6464
これがServiceが解決する問題です。

0 commit comments

Comments
 (0)