What Are Kubernetes Custom Resource Definitions (CRDs)?

Share
  • July 24, 2022
Custom Resource Definitions (CRDs) are Kubernetes API extensions which can define new object types. Pods, ReplicaSets, ConfigMaps, and Ingresses are examples of common built-in resources. CRDs let you add entirely new types to this list, then manage them using familiar Kubernetes tools such as Kubectl.

Read This Article on How-To Geek ›

Source : What Are Kubernetes Custom Resource Definitions (CRDs)?