How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubernetes Services Ingress API

Ingress resources defining HTTP and HTTPS routing rules from external traffic to cluster services, with TLS termination support.

Kubernetes Services Ingress API is one of 13 APIs that Kubernetes Services publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Ingress. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, an AsyncAPI specification, and 1 JSON Schema.

This API exposes 7 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.2.0, at version v1.32.0.

Requests are made against a single base URL, https://kubernetes.default.svc.

7 operations 3 paths 11 schemas 1 DELETE3 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1.32.0
Server
https://kubernetes.default.svc
Authentication
HTTP Bearer, Mutual TLS
Terms of Service
Resource Areas
1

Authentication & Security 2

Kubernetes Services Ingress API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It requires mutual TLS (clientCertificate). By default, every request must be authenticated.

  • bearerAuth — Kubernetes service account or user bearer token.
  • clientCertificate — Client TLS certificate signed by the cluster CA.

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Ingress 7

Ingress resources defining HTTP and HTTPS routing rules from external traffic to cluster services, with TLS termination support.

GET
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
Kubernetes Services List Ingresses in a namespace
listNamespacedIngresses 6 params → 200401
POST
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
Kubernetes Services Create an Ingress
createNamespacedIngress 2 params body → 201400401409
GET
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes Services Get an Ingress
getNamespacedIngress 2 params → 200401404
PUT
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes Services Replace an Ingress
replaceNamespacedIngress 3 params body → 200400401404
PATCH
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes Services Patch an Ingress
patchNamespacedIngress 2 params body → 200401404
DELETE
/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes Services Delete an Ingress
deleteNamespacedIngress 2 params → 200401404
GET
/apis/networking.k8s.io/v1/ingresses
Kubernetes Services List Ingresses across all namespaces
listIngressesAllNamespaces 4 params → 200401

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ObjectMeta (7 properties), Ingress (5 properties), Status (4 properties), IngressSpec (4 properties). Each schema is shown below with its type and property counts.

IngressTLS
object
TLS configuration for an Ingress, specifying a Secret containing the certificate and key for terminating HTTPS connections on port 443.
2 properties
ListMeta
object
Metadata for list responses.
3 properties
IngressSpec
object
Specification of the desired behavior of an Ingress, including the routing rules, TLS configuration, default backend, and reference to the ingress controller v…
4 properties
Ingress
object
An Ingress manages external access to the services in a cluster, typically HTTP/HTTPS. It provides load balancing, SSL termination, and name-based virtual host…
5 properties
IngressRule
object
A host-based routing rule mapping HTTP requests to backend services based on hostname and path prefix matching.
2 properties
HTTPIngressPath
object
A mapping of an HTTP path to a backend service. Used within Ingress rules to route specific paths to different services.
3 properties 2 required
ObjectMeta
object
Standard Kubernetes object metadata.
7 properties
IngressList
object
A list of Ingress objects.
4 properties 1 required
IngressStatus
object
Most recently observed status of an Ingress, reporting the load balancer IPs or hostnames assigned by the ingress controller.
1 property
IngressBackend
object
Reference to the backend service or resource that an Ingress routing rule should forward traffic to.
2 properties
Status
object
Error or result status returned by the API.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubernetes-services-ingress-api-openapi.yml Raw ↑

Other APIs Kubernetes Services publishes across the network.

Kubernetes DNS for Services and Pods
Kubernetes Services EndpointSlices API
Kubernetes Services Gateway API
Kubernetes Services GatewayClass API
Kubernetes Services GRPCRoute API
Kubernetes Services HTTPRoute API
Kubernetes Services IngressClass API
Kubernetes Services IngressStatus API
Kubernetes Services Namespaces API
Kubernetes Services NetworkPolicy API
Kubernetes Services Services API
Kubernetes Services ServiceStatus API
Where this information came from

This is an independent, third-party profile of Kubernetes Services Ingress API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.