33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
---
|
|
layout: "intro"
|
|
page_title: "Next Steps"
|
|
sidebar_current: "getting-started-nextsteps"
|
|
description: |-
|
|
After completing the getting started guide, learn about what to do next with Nomad.
|
|
---
|
|
|
|
# Next Steps
|
|
|
|
That concludes the getting started guide for Nomad. Hopefully you are
|
|
excited about the possibilities of Nomad and ready to put this knowledge
|
|
to use to improve your environment.
|
|
|
|
We've covered the basics of all the core features of Nomad in this guide.
|
|
We recommend exploring the following resources as next steps.
|
|
|
|
* [Guides](/guides/index.html) - The Guides provide best practices and
|
|
guidance for using and operating Nomad in a real-world production setting.
|
|
|
|
* [Docs](/docs/index.html) - The Docs provide detailed reference information
|
|
all available features and options of Nomad.
|
|
|
|
* [Job Lifecycle](/guides/operating-a-job/index.html) - Additional details
|
|
specific to runnning a job in production.
|
|
|
|
* [Creating a Cluster](/guides/operations/cluster/bootstrapping.html) - Additional
|
|
details on creating a production worthy Nomad Cluster.
|
|
|
|
* [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) -
|
|
Use Terraform to automatically provision a cluster in AWS.
|
|
|