Namespaces¶
API Reference¶
Kind | Version | Source |
---|---|---|
Namespace | v1 | Kubernetes |
Description¶
In Kubernetes, Namespaces
provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (eg. Deployments, Services, etc) and not for cluster-wide objects (eg. StorageClasses, Nodes, PersistentVolumes, etc).
More info on the Kubernetes Documentation.