77e6ad8867
This reverts commit 4311f5e95657a2eb7b231daf326af252e6c75ae7, reversing changes made to 5d5469e6facfc4ab59235d5532664bb95a597728.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
|
layout: intro
|
|
page_title: Next Steps
|
|
sidebar_title: Next Steps
|
|
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) - The Guides provide best practices and
|
|
guidance for using and operating Nomad in a real-world production setting.
|
|
|
|
- [Docs](/docs) - The Docs provide detailed reference information
|
|
all available features and options of Nomad.
|
|
|
|
- [Job Lifecycle](/guides/operating-a-job) - Additional details
|
|
specific to running a job in production.
|
|
|
|
- [Creating a Cluster](/guides/operations/cluster/bootstrapping) - 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.
|