• HashiCorp Developer

  • HashiCorp Cloud Platform
  • Terraform
  • Packer
  • Consul
  • Vault
  • Boundary
  • Nomad
  • Waypoint
  • Vagrant
Nomad
  • Install
  • Intro
  • Tutorials
  • Documentation
  • API
  • Tools
  • Plugins
  • Sign up
Web UI

Skip to main content
7 tutorials
  • Access the Web UI
  • Web UI Keyboard Shortcuts
  • Inspect Cluster Workload
  • Inspect the Cluster
  • Submit a Job from the Web UI
  • Nomad UI Considerations
  • Explore Cluster State with the Topology Visualization

  • Resources

  • Tutorial Library
  • Community Forum
    (opens in new tab)
  • Support
    (opens in new tab)
  • GitHub
    (opens in new tab)
  1. Developer
  2. Nomad
  3. Tutorials
  4. Web UI
  5. Nomad UI Considerations

Nomad UI Considerations

  • 2min

  • NomadNomad

Consider filtered views

Both namespaces and ACL policies can filter Nomad objects from an operator access. This can occasionally lead to confusion when a job with the same name is running in multiple namespaces. ACLs will filter the views down to objects that are accessible via the provided token (or the anonymous policy).

Secure the UI

Depending on the size of your team and the details of your Nomad deployment, you may wish to control which features different internal users have access to. You can enforce this with Nomad's access control list (ACL) system.

Nomad starts with ACLs disabled by default, which means all features—read and write—are available to all users of the Web UI out of the box. Visit the Secure Nomad with Access Control collection to learn how to configure your Nomad cluster for ACLs.

Don't forget "as-code"

Although the Web UI lets users submit jobs in an ad hoc manner, Nomad was deliberately designed to declare jobs using a configuration language. It is recommended to treat your job definitions, like the rest of your infrastructure, as code.

By checking in your job definition files as source control, you will always have a log of changes to assist in debugging issues, rolling back versions, and collaborating on changes using development best practices like code review.

 Previous
 Next

On this page

  1. Nomad UI Considerations
  2. Consider filtered views
  3. Secure the UI
  4. Don't forget "as-code"
Give Feedback(opens in new tab)
  • Certifications
  • System Status
  • Terms of Use
  • Security
  • Privacy
  • Trademark Policy
  • Trade Controls
  • Give Feedback(opens in new tab)