From 2dcef3ca14af985b84a22939884d2ca38659dff9 Mon Sep 17 00:00:00 2001 From: Yoshitaka Fujii <76274657+ystkfujii@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:53:17 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com> --- content/ja/docs/reference/glossary/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ja/docs/reference/glossary/service.md b/content/ja/docs/reference/glossary/service.md index 0ae5f9460a3..c582c22fc08 100644 --- a/content/ja/docs/reference/glossary/service.md +++ b/content/ja/docs/reference/glossary/service.md @@ -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などの他のメカニズムが可能になります。 \ No newline at end of file +Serviceの抽象化により、IngressやGatewayなどの他のメカニズムを実現することができます。 \ No newline at end of file