Kubernetes Workloads API
Workload resources including Pods, Deployments, StatefulSets, DaemonSets, ReplicaSets, Jobs, and CronJobs for managing containerized applications.
Kubernetes Workloads API is one of 7 APIs that Kubernetes 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 Workloads. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, an AsyncAPI specification, and 1 JSON Schema.
This API exposes 13 operations across 6 paths, and defines 22 schemas. It is described by OpenAPI 3.1.0, at version v1.32.0.
Requests are made against a single base URL, https://kubernetes.default.svc.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Kubernetes Workloads 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 token or user token issued by the cluster's authentication provider. Include in the Authorization header as 'Bearer '.clientCertificate— Client certificate authentication using a TLS certificate issued by the cluster's certificate authority.
Paths & Operations 13
Across 6 paths, the API surfaces 13 operations — 2 DELETE, 6 GET, 2 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.
Workload resources including Pods, Deployments, StatefulSets, DaemonSets, ReplicaSets, Jobs, and CronJobs for managing containerized applications.
Schemas 22
The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are ObjectMeta (10 properties), Container (8 properties), PodSpec (7 properties), Status (6 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Kubernetes 6
Other APIs Kubernetes publishes across the network.