Kubernetes API
The Kubernetes API is the foundation of the container orchestration ecosystem, providing REST endpoints for managing the full lifecycle of containerized workloads. Core to scalable architecture, Kubernetes manages Deployments, Services, Ingress, HPA, VPA, ConfigMaps, Secrets, and the entire cluster state. CNCF graduated project.
Documentation
Documentation
https://kubernetes.io/docs/reference/
Getting Started
https://kubernetes.io/docs/tutorials/
Specifications
OpenAPI
https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json
Other Resources
OpenAPI
#CNCF
#Cloud Native
#Containers
#Kubernetes
#Orchestration
#Open Source