Definition
A logical grouping that organises identifiers (classes, functions, variables) to avoid naming conflicts. In Kubernetes, namespaces isolate resources within a cluster.
Example Usage
"All production workloads run in the 'prod' Kubernetes namespace, isolated from the 'staging' namespace."