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

30 lines
1 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
* [Documentation](/docs/index.html) - The documentation is an in-depth
2015-09-17 23:33:37 +00:00
reference guide to all the features of Nomad.
2016-06-28 20:32:10 +00:00
2017-02-27 17:40:55 +00:00
* [Creating a Cluster](/guides/cluster/bootstrapping.html) - Additional details on
2016-06-28 20:32:10 +00:00
creating a production worthy Nomad Cluster.
2016-07-25 20:29:19 +00:00
* [Operating a Job](/docs/operating-a-job/index.html) - Additional details on how to
2016-07-25 20:29:19 +00:00
run a job in production.
2017-07-10 19:41:40 +00:00
* [Example Terraform configuration](https://github.com/hashicorp/nomad/terraform) -
Use Terraform to automatically provision a cluster in AWS.