Traefik Mesh · Schema
Traefik Mesh Service Entry
A Kubernetes service entry in the Traefik Mesh topology, representing a service participating in the mesh.
KubernetesService MeshOpen-SourceSMITraffic ManagementDormantUnmaintained
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Kubernetes service name. |
| namespace | string | Kubernetes namespace the service belongs to. |
| ports | array | List of ports exposed by the service. |
| trafficType | string | Traffic protocol type configured for this service in the mesh. |
| annotations | object | Kubernetes service annotations that configure Traefik Mesh behavior. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12",
"$id": "https://raw.githubusercontent.com/api-evangelist/traefik-mesh/main/json-schema/traefik-mesh-service-entry-schema.json",
"title": "Traefik Mesh Service Entry",
"description": "A Kubernetes service entry in the Traefik Mesh topology, representing a service participating in the mesh.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Kubernetes service name.",
"example": "my-service"
},
"namespace": {
"type": "string",
"description": "Kubernetes namespace the service belongs to.",
"example": "default"
},
"ports": {
"type": "array",
"items": {
"type": "integer",
"minimum": 1,
"maximum": 65535
},
"description": "List of ports exposed by the service.",
"example": [80, 8080]
},
"trafficType": {
"type": "string",
"enum": ["http", "tcp", "udp"],
"description": "Traffic protocol type configured for this service in the mesh.",
"example": "http"
},
"annotations": {
"type": "object",
"description": "Kubernetes service annotations that configure Traefik Mesh behavior.",
"additionalProperties": {
"type": "string"
},
"example": {
"mesh.traefik.io/traffic-type": "http",
"mesh.traefik.io/retry-attempts": "2"
}
}
},
"required": ["name", "namespace"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/traefik-mesh-service-entry"
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.