github.com/smintz/nomad@v0.8.3/website/source/intro/getting-started/next-steps.html.md (about)

     1  ---
     2  layout: "intro"
     3  page_title: "Next Steps"
     4  sidebar_current: "getting-started-nextsteps"
     5  description: |-
     6    After completing the getting started guide, learn about what to do next with Nomad.
     7  ---
     8  
     9  # Next Steps
    10  
    11  That concludes the getting started guide for Nomad. Hopefully you are
    12  excited about the possibilities of Nomad and ready to put this knowledge
    13  to use to improve your environment.
    14  
    15  We've covered the basics of all the core features of Nomad in this guide.
    16  We recommend exploring the following resources as next steps.
    17  
    18    * [Documentation](/docs/index.html) - The documentation is an in-depth
    19      reference guide to all the features of Nomad.
    20  
    21    * [Creating a Cluster](/guides/cluster/bootstrapping.html) - Additional details on
    22      creating a production worthy Nomad Cluster.
    23  
    24    * [Operating a Job](/guides/operating-a-job/index.html) - Additional details on how to
    25      run a job in production.
    26  
    27    * [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) - 
    28      Use Terraform to automatically provision a cluster in AWS.
    29