Namespace

noun /ˈneɪmspeɪs/

A logical grouping that organises identifiers (classes, functions, variables) to avoid naming conflicts. In Kubernetes, namespaces isolate resources within a cluster.

"All production workloads run in the 'prod' Kubernetes namespace, isolated from the 'staging' namespace."