What is a Custom Resource Definition (CRD) in Kubernetes?

Kubernetes Fundamentals Medium

Kubernetes Fundamentals — Medium

What is a Custom Resource Definition (CRD) in Kubernetes?

Key points

  • CRDs introduce new resource types to the Kubernetes API
  • They enable custom objects to be managed like native resources
  • CRDs differ from modified built-in resources
  • They are not limited to template generation or permission restriction

Ready to go further?

Related questions