目录
目标
了解命名空间的使用场景和使用方法,通过案例实战理解命名空间对资源的逻辑隔离方法。
版本
Kubernets v1.25.0
官网
概述
namespace(命名空间、名称空间)
官网定义
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 (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass,