open-nomad/website/source/intro/getting-started/next-steps.html.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2015-09-12 00:01:02 +00:00
---
layout: "intro"
page_title: "Next Steps"
sidebar_current: "getting-started-nextsteps"
2015-09-12 00:01:02 +00:00
description: |-
2015-09-17 23:33:37 +00:00
After completing the getting started guide, learn about what to do next with Nomad.
2015-09-12 00:01:02 +00:00
---
# Next Steps
That concludes the getting started guide for Nomad. Hopefully you are
2015-09-17 23:33:37 +00:00
excited about the possibilities of Nomad and ready to put this knowledge
2015-09-12 00:01:02 +00:00
to use to improve your environment.
2015-09-17 23:33:37 +00:00
We've covered the basics of all the core features of Nomad in this guide.
2017-07-10 19:41:40 +00:00
We recommend exploring the following resources as next steps.
2015-09-12 00:01:02 +00:00
* [Guides](/guides/index.html) - The Guides provide best practices and
guidance for using and operating Nomad in a real-world production setting.
2016-06-28 20:32:10 +00:00
* [Docs](/docs/index.html) - The Docs provide detailed reference information
all available features and options of Nomad.
2016-07-25 20:29:19 +00:00
* [Job Lifecycle](/guides/operating-a-job/index.html) - Additional details
2019-07-04 15:49:15 +00:00
specific to running a job in production.
* [Creating a Cluster](/guides/operations/cluster/bootstrapping.html) - Additional
details on creating a production worthy Nomad Cluster.
2016-07-25 20:29:19 +00:00
2017-07-11 05:03:45 +00:00
* [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) -
2017-07-10 19:41:40 +00:00
Use Terraform to automatically provision a cluster in AWS.