Armitage Archive

Namespaces

by kubernetes.io

Original article

This page contains highlights I saved while reading Namespaces by kubernetes.io. These quotes were collected using Readwise.

Highlights

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).

Permalink to this highlight


Want more like this? See all articles or get a random quote.