kubernetes/docs/admin/namespaces.md
2015-07-17 09:28:49 -07:00

2.0 KiB

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/docs/admin/namespaces.md).

Documentation for other 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.

This is a placeholder document about namespace administration.

TODO: document namespace creation, ownership assignment, visibility rules, policy creation, interaction with network.

Namespaces are still under development. For now, the best documentation is the Namespaces Design Document. The user documentation can be found at Namespaces

Analytics