Endpoint

A single network endpoint representing a pod IP address, its readiness conditions, and optional topology information for advanced routing.

Container OrchestrationKubernetesLoad BalancingNetworkingService Discovery

Properties

Name Type Description
addresses array Canonical IP addresses of this endpoint, in IPv4 or IPv6 format. Between 1 and 100 addresses per endpoint.
conditions object
hostname string DNS hostname for this endpoint. Used by headless services to generate per-pod DNS records.
nodeName string Node on which this endpoint resides.
zone string Availability zone where the endpoint is located, used for topology-aware routing.
targetRef object Reference to the Kubernetes object backing this endpoint.
hints object
View JSON Schema on GitHub

JSON Schema

kubernetes-services-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Endpoint",
  "title": "Endpoint",
  "type": "object",
  "description": "A single network endpoint representing a pod IP address, its readiness conditions, and optional topology information for advanced routing.",
  "required": [
    "addresses"
  ],
  "properties": {
    "addresses": {
      "type": "array",
      "description": "Canonical IP addresses of this endpoint, in IPv4 or IPv6 format. Between 1 and 100 addresses per endpoint.",
      "minItems": 1,
      "maxItems": 100,
      "items": {
        "type": "string"
      }
    },
    "conditions": {
      "$ref": "#/components/schemas/EndpointConditions"
    },
    "hostname": {
      "type": "string",
      "description": "DNS hostname for this endpoint. Used by headless services to generate per-pod DNS records."
    },
    "nodeName": {
      "type": "string",
      "description": "Node on which this endpoint resides."
    },
    "zone": {
      "type": "string",
      "description": "Availability zone where the endpoint is located, used for topology-aware routing."
    },
    "targetRef": {
      "type": "object",
      "description": "Reference to the Kubernetes object backing this endpoint.",
      "properties": {
        "apiVersion": {
          "type": "string"
        },
        "kind": {
          "type": "string"
        },
        "namespace": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      }
    },
    "hints": {
      "$ref": "#/components/schemas/EndpointHints"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kubernetes-services-endpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.