Namespaces
Each Service belongs to a single Namespace. Namespaces are a way of grouping a collection of Services according to a common functionality (e.g. project names, environments such as production or staging, regions, etc...) and you are free to create as many Namespaces as you want. A Namespace also affects the domain name of Services as it acts as the parent domain for Services belonging to it (read more about Service DNS here). By default, if you do not explicitly specify a Namespace, the Service will automatically belong to the default Namespace which is created automatically upon the Cluster's installation. Here is an example for a Service that belongs to the default Namespace:
Creating a Namespace
You can create a Namespace as follows:
Here is an example of a Service with the same name (i.e. webapp) but belongs to the Namespace production we just created:
Listing Namespaces
You can list the Cluster's Namespaces (read more about listing resources here) as follows:
Policies
Policies (read more about Policies and access control here) can be created and/or attached to Namespaces where they can act as resource-based policies for all the Services belonging to a certain Namespace. Here is an example:
Attributes
You can extend the information of a Namespace by feeding it additional information manually or dynamically via the APIs (read more here) from external sources (e.g. IAM platforms, SIEM tools, threat intelligence tools, incident alerting and on-call management tools, etc...). Such additional information can be especially useful for extending access control and making it as fine-grained and dynamic as you wish (read more here). Here is an example:
The attrs field is also available for Groups, Services and Users.
Public DNS
For Services that enable the public BeyondCorp mode (read more here) and belong to Namespaces other than default, they need to manually have their public DNS entries set.
TLS Certificate
For Services that enable TLS (read more here) and belong to Namespaces other than default, they need to use a separate TLS certificate dedicated for that Namespace. You can read more about Namespace TLS certificates here.