docs/book/src/reference/scopes.md
In Kubernetes, scope defines the boundaries within which a resource or controller operates.
When building with Kubebuilder, you work with two independent scoping concepts:
Scope defines the visibility and access boundaries in a Kubernetes cluster:
These concepts are independent and configured separately:
You can combine them in different ways - for example, a cluster-scoped manager can manage namespace-scoped CRDs (the default pattern).
For detailed information, configuration steps, and code examples: