Skip to content

Commit 2ec7645

Browse files
authored
update links to hnc (#39871)
* update links to hnc * Update 2020-08-14-introducing-hierarchical-namespaces.md
1 parent a370eee commit 2ec7645

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/en/blog/_posts/2020-08-14-introducing-hierarchical-namespaces.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ toil as the organization grows.
5959
# Introducing hierarchical namespaces
6060

6161
[Hierarchical
62-
namespaces](https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/concepts.md#basic)
62+
namespaces](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/concepts.md#basic-concepts)
6363
are a new concept developed by the [Kubernetes Working Group for Multi-Tenancy
6464
(wg-multitenancy)](https://github.com/kubernetes-sigs/multi-tenancy) in order to
6565
solve these problems. In its simplest form, a hierarchical namespace is a
@@ -71,10 +71,10 @@ This concept of ownership enables two additional types of behaviours:
7171

7272
* **Policy inheritance:** if one namespace is a child of another, policy objects
7373
such as RBAC RoleBindings are [copied from the parent to the
74-
child](https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/concepts.md#basic-propagation).
74+
child](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/concepts.md#policy-inheritance-and-object-propagation).
7575
* **Delegated creation:** you usually need cluster-level privileges to create a
7676
namespace, but hierarchical namespaces adds an alternative:
77-
[_subnamespaces_](https://github.com/kubernetes-sigs/multi-tenancy/blob/master/incubator/hnc/docs/user-guide/concepts.md#basic-subns),
77+
[_subnamespaces_](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/docs/user-guide/concepts.md#subnamespaces-and-full-namespaces),
7878
which can be manipulated using only limited permissions in the parent
7979
namespace.
8080

@@ -88,7 +88,7 @@ without violating the policies that were imposed by the cluster administrators.
8888

8989
Hierarchical namespaces are provided by a Kubernetes extension known as the
9090
[**Hierarchical Namespace
91-
Controller**](https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc),
91+
Controller**](https://github.com/kubernetes-sigs/hierarchical-namespaces#the-hierarchical-namespace-controller-hnc),
9292
or **HNC**. The HNC consists of two components:
9393

9494
* The **manager** runs on your cluster, manages subnamespaces, propagates policy
@@ -97,7 +97,7 @@ or **HNC**. The HNC consists of two components:
9797
interact with the manager.
9898

9999
Both can be easily installed from the [releases page of our
100-
repo](https://github.com/kubernetes-sigs/multi-tenancy/releases).
100+
repo](https://github.com/kubernetes-sigs/hierarchical-namespaces/releases).
101101

102102
Let’s see HNC in action. Imagine that I do not have namespace creation
103103
privileges, but I can view the namespace `team-a` and create subnamespaces
@@ -161,7 +161,7 @@ _also_ allow ingress traffic between all of those namespaces. The “tree” lab
161161
can only be applied by HNC, and is guaranteed to reflect the latest hierarchy.
162162

163163
You can learn all about the features of HNC from the [user
164-
guide](https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc/docs/user-guide).
164+
guide](https://github.com/kubernetes-sigs/hierarchical-namespaces/tree/master/docs/user-guide).
165165

166166
# Next steps and getting involved
167167

@@ -178,7 +178,7 @@ or help prototype new features such as exceptions, improved monitoring,
178178
hierarchical resource quotas or fine-grained configuration.
179179

180180
Please get in touch with us via our
181-
[repo](https://github.com/kubernetes-sigs/multi-tenancy), [mailing
181+
[repo](https://github.com/kubernetes-sigs/hierarchical-namespaces), [mailing
182182
list](https://groups.google.com/g/kubernetes-wg-multitenancy) or on
183183
[Slack](https://kubernetes.slack.com/messages/wg-multitenancy) - we look forward
184184
to hearing from you!

0 commit comments

Comments
 (0)