Why are Kubernetes Custom Resource Definitions cluster wide Why are Kubernetes Custom Resource Definitions cluster wide kubernetes kubernetes

Why are Kubernetes Custom Resource Definitions cluster wide


See https://github.com/kubernetes/kubernetes/issues/65551#issuecomment-400909534 for a discussion of this issue.

A particular CRD can define a custom resource that is namespaced or cluster-wide, but the type definition (the CRD itself) is cluster-wide and applies uniformly to all namespaces.