Kubernetes API
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
Documentation
Documentation
https://kubernetes.io/docs/concepts/overview/kubernetes-api/
APIReference
https://kubernetes.io/docs/reference/kubernetes-api/
Authentication
https://kubernetes.io/docs/reference/access-authn-authz/
Specifications
OpenAPI
https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json
OpenAPI
openapi/kubernetes-api-openapi.yml
AsyncAPI
asyncapi/kubernetes-watch-asyncapi.yml
Schemas & Data
Other Resources
OpenAPIRepository
https://github.com/kubernetes/kubernetes/tree/master/api/openapi-spec
Client Libraries
https://kubernetes.io/docs/reference/using-api/client-libraries/
Migration Guide
https://kubernetes.io/docs/reference/using-api/deprecation-guide/
OpenAPI
#Automation
#Cloud Native
#CNCF
#Containers
#Deployment
#Orchestration
#Scaling