Kubernetes
Get service endpoints
Returns endpoints for a Kubernetes service. Shows which pods are backing the service and their ready state. Useful for debugging service-to-pod routing.
get/v1/kubernetes/endpoints/{namespace}/{serviceName}
Path parameters
namespacestring required
Kubernetes namespace
serviceNamestring required
Service name
Query parameters
contextstring
Kubernetes context (uses current if omitted)
Response
Service endpoints
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Changes
Changed in 3 of the 4 revisions of this API.12
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲