Skip to content

Commit c4c3d77

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

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

0 commit comments

Comments
 (0)