-
Couldn't load subscription status.
- Fork 15.1k
Update docs for deprecation of Endpoints API #49831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6fb21ab
56ed5a8
4f21c78
2411fae
57347a6
0d29bb5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,14 +4,19 @@ id: endpoints | |
| date: 2020-04-23 | ||
| full_link: | ||
| short_description: > | ||
| Endpoints track the IP addresses of Pods with matching Service selectors. | ||
| An endpoint of a Service is one of the Pods (or external servers) that implements the Service. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. despite is deprecated the API exist, so I think the old definition still applies There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see, it was dicussed here #49831 (comment) , it seems is the preference to follow this path |
||
|
|
||
| aka: | ||
| tags: | ||
| - networking | ||
| --- | ||
| Endpoints track the IP addresses of Pods with matching {{< glossary_tooltip text="selectors" term_id="selector" >}}. | ||
| An endpoint of a {{< glossary_tooltip text="Service" term_id="service" >}} is one of the {{< glossary_tooltip text="Pods" term_id="pod" >}} (or external servers) that implements the Service. | ||
|
|
||
| <!--more--> | ||
| 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. | ||
| For Services with {{< glossary_tooltip text="selectors" term_id="selector" >}}, | ||
| the EndpointSlice controller will automatically create one or more {{< | ||
| glossary_tooltip text="EndpointSlices" term_id="endpoint-slice" >}} giving the | ||
| IP addresses of the selected endpoint Pods. | ||
|
|
||
| EndpointSlices can also be created manually to indicate the endpoints of | ||
| Services that have no selector specified. | ||
Uh oh!
There was an error while loading. Please reload this page.