open-nomad/website/source/guides/web-ui/index.html.md

20 lines
757 B
Markdown
Raw Normal View History

2019-06-24 20:48:30 +00:00
---
layout: "guides"
page_title: "Web UI"
sidebar_current: "guides-web-ui"
description: |-
Learn how to use the Nomad Web UI.
---
# Using Nomad with the Web UI
2019-08-16 07:42:37 +00:00
The Nomad Web UI offers an easy to use web experience for inspecting a Nomad cluster. It's built
into the Nomad binary and is served alongside the API. With zero additional configuration, you can
use the Web UI instead of the CLI to inspect cluster state and submit and manage jobs.
2019-06-24 20:48:30 +00:00
1. [Accessing the Web UI](/guides/web-ui/access.html)
1. [Submitting a Job](/guides/web-ui/submitting-a-job.html)
1. [Operating a Job](/guides/web-ui/operating-a-job.html)
1. [Inspecting the Cluster](/guides/web-ui/inspecting-the-cluster.html)
1. [Securing the Web UI with ACLs](/guides/web-ui/securing.html)