Hello StackOverflow users,
I've started working in the Kubernetes space recently and saw that Custom Resource Definitions(CRDs) types are not namespaced and are available to to all namespaces.
I was wondering why it isn't possible to make a CRD type scoped to a namespace. Any help would be appreciated!