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

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
pull/40281/head
Kenshi Muto 2023-04-19 21:30:31 +09:00 committed by GitHub
parent a1b232ad07
commit 39d7cfe033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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