github.com/mattyr/nomad@v0.3.3-0.20160919021406-3485a065154a/website/source/docs/jobops/index.html.md (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Operating a Job"
     4  sidebar_current: "docs-jobops"
     5  description: |-
     6    Learn how to operate a Nomad Job.
     7  ---
     8  
     9  # Operating a Job
    10  
    11  Once a job has been submitted to Nomad, users must be able to inspect the state
    12  of tasks, understand resource usage and access task logs. Further, for services,
    13  performing zero downtime updates is critical. This section provides some best
    14  practices and guidance for operating jobs under Nomad. Please navigate the
    15  appropriate sub-sections for more information.