1 Star 0 Fork 0

zhuchance / kubernetes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
namespaces.md 519 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Eric Tune 提交于 2014-10-16 14:45 . Separated user, dev, and design docs.

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.

Go
1
https://gitee.com/meoom/kubernetes.git
git@gitee.com:meoom/kubernetes.git
meoom
kubernetes
kubernetes
v0.15.0

搜索帮助