Skip to content

Commit 9731195

Browse files
authored
Merge pull request #30088 from Shabirmean/patch-1
doc: update definition for namespaces
2 parents 69c0cc7 + 867eb85 commit 9731195

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ weight: 30
1010

1111
<!-- overview -->
1212

13-
Kubernetes supports multiple virtual clusters backed by the same physical cluster.
14-
These virtual clusters are called namespaces.
13+
In Kubernetes, _namespaces_ provides 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 _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc)_.
1514

1615
<!-- body -->
1716

content/en/docs/reference/glossary/namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ aka:
1010
tags:
1111
- fundamental
1212
---
13-
An abstraction used by Kubernetes to support multiple virtual clusters on the same physical {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
13+
An abstraction used by Kubernetes to support isolation of groups of resources within a single {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
1414

1515
<!--more-->
1616

17-
Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources. Names of resources need to be unique within a namespace, but not across namespaces.
17+
Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc)_.
1818

0 commit comments

Comments
 (0)