github.com/smintz/nomad@v0.8.3/website/source/docs/enterprise/namespaces/index.html.md (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Nomad Enterprise Namespaces"
     4  sidebar_current: "docs-enterprise-namespaces"
     5  description: |-
     6    Nomad Enterprise provides support for namespaces, which allows jobs and their
     7    associated objects to be segmented from each other and other users of the
     8    cluster.
     9  ---
    10  
    11  # Nomad Enterprise Namespaces
    12  
    13  In [Nomad Enterprise](https://www.hashicorp.com/products/nomad/), a shared
    14  cluster can be partitioned into [namespaces](/guides/namespaces.html) which allows
    15  jobs and their associated objects to be isolated from each other and other users
    16  of the cluster.
    17  
    18  Namespaces enhance the usability of a shared cluster by isolating teams from the
    19  jobs of others, provide fine grain access control to jobs when coupled with
    20  [ACLs](/guides/acl.html), and can prevent bad actors from negatively impacting
    21  the whole cluster when used in conjunction with
    22  [resource quotas](/docs/enterprise/quotas/index.html).
    23  
    24  See the [Namespaces Guide](/guides/namespaces.html) for a thorough overview.