github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/intro/getting-started/next-steps.mdx (about)

     1  ---
     2  layout: intro
     3  page_title: Next Steps
     4  sidebar_title: Next Steps
     5  description: >-
     6    After completing the getting started guide, learn about what to do next with
     7    Nomad.
     8  ---
     9  
    10  # Next Steps
    11  
    12  That concludes the getting started guide for Nomad. Hopefully you are
    13  excited about the possibilities of Nomad and ready to put this knowledge
    14  to use to improve your environment.
    15  
    16  We've covered the basics of all the core features of Nomad in this guide.
    17  We recommend exploring the following resources as next steps.
    18  
    19  - [HashiCorp Learn Guides](http://learn/hashicorp.com/nomad) - The Guides provide best practices and
    20    guidance for using and operating Nomad in a real-world production setting.
    21  
    22  - [Docs](/docs) - The Docs provide detailed reference information
    23    all available features and options of Nomad.
    24  
    25  - [Job Lifecycle](https://learn.hashicorp.com/nomad?track=managing-jobs#operations-and-development) - Additional details
    26    specific to running a job in production.
    27  
    28  - [Creating a Cluster](https://learn.hashicorp.com/nomad/operating-nomad/clustering) - Additional
    29    details on creating a production worthy Nomad Cluster.
    30  
    31  - [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) -
    32    Use Terraform to automatically provision a cluster in AWS.