CRDs

Difficulty: Advanced

Question

What are CRDs and why are they used?

Answer

Custom Resource Definitions allow you to extend the Kubernetes API with your own object types (e.g., 'Database', 'Certificate').

Concepts covered

Extension, Custom Resource