k3s/docs/namespaces.md

8 lines
519 B
Markdown
Raw Normal View History

# Namespaces
2014-08-29 16:40:18 +00:00
Namespaces help different projects, teams, or customers to share a kubernetes cluster. First, they provide a scope for [Names](identifiers.md). Second, as our access control code develops, it is expected that it will be convenient to attach authorization and other policy to namespaces.
2014-08-29 16:40:18 +00:00
Use of multiple namespaces is optional. For small teams, they may not be needed.
2014-08-29 16:40:18 +00:00
Namespaces are still under development. For now, the best documentation is the [Namespaces Design Document](design/namespaces.md).