Kubernetes Custom Resource Definitions
The CustomResourceDefinition (CRD) API lets you extend the Kubernetes API by defining new resource types with custom schemas. When a CRD is created, the Kubernetes API server automatically serves and handles storage for the new custom resource, enabling operators and other controllers to manage domain-specific objects.
Documentation
Documentation
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
Getting Started
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
Specifications
Schemas & Data
Other Resources
OpenAPI
#API Extension
#Cloud Native
#Custom Resources
#Kubernetes