@@ -3,7 +3,6 @@ title: 多租户
3
3
content_type : concept
4
4
weight : 80
5
5
---
6
-
7
6
<!--
8
7
title: Multi-tenancy
9
8
content_type: concept
@@ -949,24 +948,22 @@ divisions, teams, and subteams - which should be assigned a namespace?
949
948
例如,一个组织可能有部门、团队和子团队 - 哪些应该分配一个命名空间?
950
949
951
950
<!--
952
- To solve this, Kubernetes provides the [Hierarchical Namespace Controller (HNC)](https://github.com/kubernetes-sigs/hierarchical-namespaces),
953
- which allows you to organize your namespaces into hierarchies, and share certain policies and
954
- resources between them. It also helps you manage namespace labels, namespace lifecycles, and
955
- delegated management, and share resource quotas across related namespaces. These capabilities can
951
+ One possible approach is to organize your namespaces into hierarchies, and share certain policies and
952
+ resources between them. This could include managing namespace labels, namespace lifecycles,
953
+ delegated access, and shared resource quotas across related namespaces. These capabilities can
956
954
be useful in both multi-team and multi-customer scenarios.
957
955
-->
958
- 为了解决这个问题,Kubernetes 提供了
959
- [ Hierarchical Namespace Controller (HNC)] ( https://github.com/kubernetes-sigs/hierarchical-namespaces ) ,
960
- 它允许你将多个命名空间组织成层次结构,并在它们之间共享某些策略和资源。
961
- 它还可以帮助你管理命名空间标签、命名空间生命周期和委托管理,
962
- 并在相关命名空间之间共享资源配额。
956
+ 一种可能的方法是将多个命名空间组织成层次结构,并在它们之间共享某些策略和资源。
957
+ 这可以包括管理命名空间标签、命名空间生命周期、委托访问权限,以及在相关命名空间之间共享资源配额。
963
958
这些功能在多团队和多客户场景中都很有用。
964
959
965
960
<!--
966
- Other projects that provide similar capabilities and aid in managing namespaced resources are
961
+ Some third-party projects that provide capabilities like this and aid in managing namespaced resources are
967
962
listed below.
968
963
-->
969
- 下面列出了提供类似功能并有助于管理命名空间资源的其他项目:
964
+ 下面列出了提供类似功能并有助于管理命名空间资源的一些第三方项目:
965
+
966
+ {{% thirdparty-content %}}
970
967
971
968
<!--
972
969
#### Multi-team tenancy
0 commit comments