github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/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/go/nomad-enterprise), a shared
    14  cluster can be partitioned into [namespaces](/guides/security/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/security/acl.html), and can prevent bad actors from negatively impacting
    21  the whole cluster when used in conjunction with 
    22  [resource quotas](/guides/security/quotas.html). See the 
    23  [Namespaces Guide](/guides/security/namespaces.html) for a thorough overview.
    24  
    25  Click [here](https://www.hashicorp.com/go/nomad-enterprise) to set up a demo or 
    26  request a trial of Nomad Enterprise.