youtube image
From YouTube: Introduction To Hierarchical Namespaces in Kubernetes

Description

Namespaces are a great way to achieve soft multi-tenancy in Kubernetes, but fall short of many use cases from the practical world. Hierarchical Namespaces was born out of these needs and is a kubernetes-sigs project. In this talk we will look at some practical examples and how HNC(Hierarchical Namespace Controller) helps in achieving those goals with some samples and demos. Some of real world examples we will talk about:
1. How to organise smaller teams within an umbrella organisation needing similar accesses & policies
2. How to achieve governance through policies which are global, but also applicable for a set of teams etc.
3. Enable teams to create namespaces as needed without needing central admin teams to help them or without giving higher level of access.
4. How to limit the resources and exclude namespaces from HNC (which may be required in big multi-tenant clusters)