Middle
What is a Custom Resource Definition (CRD) in Kubernetes?
sobes.tech AI
Answer from AI
This is an extension of the Kubernetes API that allows defining custom object types. They are stored in etcd as standard resources (e.g., Pods, Services) and can be managed through the Kubernetes API, kubectl, or other tools.