Apply suggestions from code review

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
pull/39863/head
Yoshitaka Fujii 2023-03-21 13:53:17 +09:00 committed by GitHub
parent fbace4202d
commit 2dcef3ca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ Serviceが対象とするPodの集合は、(通常){{< glossary_tooltip text="
Podを追加または削除するとセレクターにマッチしているPodの集合は変更されます。
Serviceは、ネットワークトラフィックが現在そのワークロードを処理するPodの集合に向かうことを保証します。
Kubernetesサービスは、IPネットワーキングIPv4、IPv6、またはその両方を使用するか、ドメインネームシステムDNSでExternal Nameを参照します。
Kubernetes Serviceは、IPネットワーキング(IPv4、IPv6、またはその両方)を使用するか、ドメインネームシステム(DNS)でExternal Nameを参照します。
Serviceの抽象化により、IngressやGatewayなどの他のメカニズムが可能になります。
Serviceの抽象化により、IngressやGatewayなどの他のメカニズムを実現することができます。