kubectl get crds

Category: Kubernetes & Containers

kubectl get crds

List custom resource definitions

Shows CustomResourceDefinitions (CRDs), the schema declarations that extend the Kubernetes API with your own resource types. Operators and tools like cert-manager install CRDs along with themselves. Inspect one with kubectl describe crd <name>.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.