We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbace42 commit 2dcef3cCopy full SHA for 2dcef3c
content/ja/docs/reference/glossary/service.md
@@ -17,6 +17,6 @@ Serviceが対象とするPodの集合は、(通常){{< glossary_tooltip text="
17
Podを追加または削除するとセレクターにマッチしているPodの集合は変更されます。
18
Serviceは、ネットワークトラフィックが現在そのワークロードを処理するPodの集合に向かうことを保証します。
19
20
-Kubernetesサービスは、IPネットワーキング(IPv4、IPv6、またはその両方)を使用するか、ドメインネームシステム(DNS)でExternal Nameを参照します。
+Kubernetes Serviceは、IPネットワーキング(IPv4、IPv6、またはその両方)を使用するか、ドメインネームシステム(DNS)でExternal Nameを参照します。
21
22
-Serviceの抽象化により、IngressやGatewayなどの他のメカニズムが可能になります。
+Serviceの抽象化により、IngressやGatewayなどの他のメカニズムを実現することができます。
0 commit comments