Giriş
Açıklaması şöyle
In Kubernetes, objects of the same kind are distinguished by their names. So, if you start two Pods, both should get a unique name. But clusters can be pretty big and since names are supposed to be unique within a cluster, we need a mechanism to prevent collisions. Something like lots of logical clusters within one physical cluster. Allow me to introduce you to namespaces!Kubernetes açıklaması şöyle
Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called namespaces....Namespaces provide a scope for names. Names of resources need to be unique within a namespace, but not across namespaces. Namespaces cannot be nested inside one another and each Kubernetes resource can only be in one namespace.
Hiç yorum yok:
Yorum Gönder