A Service is an abstract way to expose an application running on a set of Pods as a network service. It provides a stable virtual IP and DNS name, decoupling consumers from individual pod IPs.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Service",
"title": "Service",
"type": "object",
"description": "A Service is an abstract way to expose an application running on a set of Pods as a network service. It provides a stable virtual IP and DNS name, decoupling consumers from individual pod IPs.",
"properties": {
"apiVersion": {
"type": "string",
"const": "v1",
"description": "API version of the resource."
},
"kind": {
"type": "string",
"const": "Service",
"description": "Kind of the resource."
},
"metadata": {
"$ref": "#/components/schemas/ObjectMeta"
},
"spec": {
"$ref": "#/components/schemas/ServiceSpec"
},
"status": {
"$ref": "#/components/schemas/ServiceStatus"
}
}
}
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.