[ja] Endpoints translation ()

* [ja] Endpoints translation

* Empty commit

* changed to Pod

* Update content/ja/docs/reference/glossary/endpoint.md

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>

* Update content/ja/docs/reference/glossary/endpoint.md

Co-authored-by: Kohei Ota (inductor) <kela@inductor.me>

---------

Co-authored-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Co-authored-by: Kohei Ota (inductor) <kela@inductor.me>
pull/47312/head
Tamilselvan 2024-07-30 10:25:32 +05:30 committed by GitHub
parent 4b6dc01216
commit 57d48e574a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions
content/ja/docs/reference/glossary

View File

@ -0,0 +1,17 @@
---
title: エンドポイントEndpoints
id: endpoints
date: 2020-04-23
full_link:
short_description: >
エンドポイントは、サービスのセレクターに一致するPodのIPアドレスを記録する責任があります。
aka:
tags:
- networking
---
エンドポイントは、{{< glossary_tooltip text="サービス" term_id="selector" >}}のセレクターに一致するPodのIPアドレスを記録する責任があります。
<!--more-->
セレクター識別子を指定せずに、{{< glossary_tooltip text="サービス" term_id="selector" >}}上でエンドポイントを手動で設定できます。
{{< glossary_tooltip text="EndpointSlice" term_id="endpoint-slice" >}}は、スケーラブルで拡張可能な代替手段を提供します。