Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.14 KB

namespaces.md

File metadata and controls

26 lines (16 loc) · 1.14 KB

*** PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.

Documentation for specific releases can be found at releases.k8s.io.

Namespaces

Namespaces help different projects, teams, or customers to share a kubernetes cluster. First, they provide a scope for Names. Second, as our access control code develops, it is expected that it will be convenient to attach authorization and other policy to namespaces.

Use of multiple namespaces is optional. For small teams, they may not be needed.

Namespaces are still under development. For now, the best documentation is the Namespaces Design Document.

Analytics