mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Nomad Enterprise Namespaces"
|
|
sidebar_current: "docs-enterprise-namespaces"
|
|
description: |-
|
|
Nomad Enterprise provides support for namespaces, which allows jobs and their
|
|
associated objects to be segmented from each other and other users of the
|
|
cluster.
|
|
---
|
|
|
|
# Nomad Enterprise Namespaces
|
|
|
|
In [Nomad Enterprise](https://www.hashicorp.com/go/nomad-enterprise), a shared
|
|
cluster can be partitioned into [namespaces](/guides/governance-and-policy/namespaces.html) which allows
|
|
jobs and their associated objects to be isolated from each other and other users
|
|
of the cluster.
|
|
|
|
Namespaces enhance the usability of a shared cluster by isolating teams from the
|
|
jobs of others, provide fine grain access control to jobs when coupled with
|
|
[ACLs](/guides/security/acl.html), and can prevent bad actors from negatively impacting
|
|
the whole cluster when used in conjunction with
|
|
[resource quotas](/guides/governance-and-policy/quotas.html). See the
|
|
[Namespaces Guide](/guides/governance-and-policy/namespaces.html) for a thorough overview.
|
|
|
|
Click [here](https://www.hashicorp.com/go/nomad-enterprise) to set up a demo or
|
|
request a trial of Nomad Enterprise.
|