Skip to content

Latest commit

 

History

History
 
 

user-guide

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

HNC User Guide v1.0 (and v0.9)

Authors: aludwin@google.com and other contributors from wg-multitenancy

Hierarchical Namespaces are a simple extension to Kubernetes namespaces that makes it easy to manage groups of namespaces that share a common concept of ownership. They are especially useful in clusters that are shared by multiple teams, but the owners do not need to be people. For example, you might want to make an Operator an owner of a set of namespaces.

This guide explains how to use hierarchical namespaces, explains some of the concepts behind them for a more in-depth understanding, and covers some best practices.

Note: this doc covers HNC v1.0.x and v0.9.x. For older versions of HNC, see below.

Table of contents

  • Quickstart: Quickly get going with HNC
  • How-to: Perform common tasks when working with HNC
  • Concepts: Learn more about the ideas behind HNC
  • Best practices: learn about the best ways to deploy HNC
  • FAQs: contact us, requirements, limitations and whatnot

Older user guides