⎈ k8s knowledge compiler

Endpoints [api_object]ai-synthesized · conf 0.82

Endpoints is a collection of endpoints that implement the actual service. Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ] Endpoints is a legacy API and does not contain information about all Service features. Use discoveryv1.EndpointSlice for complete information about Service endpoints. Deprecated: This API is deprecated in v1.33+. Use discoveryv1.EndpointSlice.

corenetworking

An Endpoints object represents a collection of endpoint objects, which expose target ports used by your application.

Why it matters Endpoints are essential for load balancing and service discovery in Kubernetes.

Key facts - Endpoints are used to expose target ports used by an application. - They are a collection of endpoint objects.

Sources

swagger.jsonio.k8s.api.core.v1.Endpoints

Related (25)

related_to ObjectMetareferences type conf=1
related_to EndpointSubsetreferences type conf=1
related_to listCoreV1EndpointsForAllNamespacesexposes API object conf=1
related_to deleteCoreV1CollectionNamespacedEndpointsexposes API object conf=1
related_to listCoreV1NamespacedEndpointsexposes API object conf=1
related_to createCoreV1NamespacedEndpointsexposes API object conf=1
related_to deleteCoreV1NamespacedEndpointsexposes API object conf=1
related_to readCoreV1NamespacedEndpointsexposes API object conf=1
related_to patchCoreV1NamespacedEndpointsexposes API object conf=1
related_to replaceCoreV1NamespacedEndpointsexposes API object conf=1
related_to watchCoreV1EndpointsListForAllNamespacesexposes API object conf=1
related_to watchCoreV1NamespacedEndpointsListexposes API object conf=1
related_to watchCoreV1NamespacedEndpointsexposes API object conf=1
api_for EndpointSlicesdocuments API object conf=1
api_for Explore Termination Behavior for Pods And Their Endpointsdocuments API object conf=1
api_for Endpointsdocuments API object conf=1
api_for EndpointSlicedocuments API object conf=1
api_for EndpointSliceProxyingdocuments API object conf=1
api_for EndpointSliceTerminatingConditiondocuments API object conf=1
api_for AllowExtTrafficLocalEndpointsdocuments API object conf=1
api_for EndpointSliceNodeNamedocuments API object conf=1
api_for EndpointSlicedocuments API object conf=1
api_for ProxyTerminatingEndpointsdocuments API object conf=1
api_for WindowsEndpointSliceProxyingdocuments API object conf=1
api_for AnonymousAuthConfigurableEndpointsdocuments API object conf=1

← all API Explorer