From d2d289be631f8e76d0b850d07e2d9e7ccb873135 Mon Sep 17 00:00:00 2001 From: nevermyuk Date: Thu, 23 Apr 2020 20:41:58 +0800 Subject: [PATCH] Add endpoint into glossary Edit definition and add tooltips for endpoint Update content/en/docs/reference/glossary/endpoint.md Co-authored-by: Tim Bannister Update definition Update content/en/docs/reference/glossary/endpoint.md Co-authored-by: Tim Bannister Change tag from fundamentals to networking --- content/en/docs/reference/glossary/endpoint.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/en/docs/reference/glossary/endpoint.md diff --git a/content/en/docs/reference/glossary/endpoint.md b/content/en/docs/reference/glossary/endpoint.md new file mode 100644 index 0000000000..3934faa18a --- /dev/null +++ b/content/en/docs/reference/glossary/endpoint.md @@ -0,0 +1,17 @@ +--- +title: Endpoints +id: endpoints +date: 2020-04-23 +full_link: +short_description: > + Endpoints track the IP addresses of Pods with matching Service selectors. + +aka: +tags: +- networking +--- + Endpoints track the IP addresses of Pods with matching {{< glossary_tooltip text="selectors" term_id="selector" >}}. + + +Endpoints can be configured manually for {{< glossary_tooltip text="Services" term_id="service" >}} without selectors specified. +The {{< glossary_tooltip text="EndpointSlice" term_id="endpoint-slice" >}} resource provides a scalable and extensible alternative to Endpoints.