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 4b6dc01 commit 57d48e5Copy full SHA for 57d48e5
content/ja/docs/reference/glossary/endpoint.md
@@ -0,0 +1,17 @@
1
+---
2
+title: エンドポイント(Endpoints)
3
+id: endpoints
4
+date: 2020-04-23
5
+full_link:
6
+short_description: >
7
+ エンドポイントは、サービスのセレクターに一致するPodのIPアドレスを記録する責任があります。
8
+
9
+aka:
10
+tags:
11
+- networking
12
13
+エンドポイントは、{{< glossary_tooltip text="サービス" term_id="selector" >}}のセレクターに一致するPodのIPアドレスを記録する責任があります。
14
15
+<!--more-->
16
+セレクター識別子を指定せずに、{{< glossary_tooltip text="サービス" term_id="selector" >}}上でエンドポイントを手動で設定できます。
17
+{{< glossary_tooltip text="EndpointSlice" term_id="endpoint-slice" >}}は、スケーラブルで拡張可能な代替手段を提供します。
0 commit comments