open-nomad/website/pages/intro/getting-started/next-steps.mdx
Charlie Voiselle 9d85195361
[docs] Update redirects and links for learn.hashicorp.com (#8598)
* Fix links to ACL guides
* Managing Nomad guide links; links in jsx pages
* job updates guide URLS
* node-drain guide URLS
* outage recovery guide links
* fix guide links - sentinel
* fix guide links - namespaces
* fix guide links - quotas
* fix guide links - autopilot
* more guide links.
* more guide links - continued.
* Updating redirects for learn
* Getting Started
* Load Balancing Guides
* update redirects for ui guide
* Consolidate spark redirects to point to GH repo
* operating job update part 1
* finish operating job links; operations guides links.
* finish guide redirects
* coalesce EOL redirects for spark guides.
* one last link
* Checked links and found a few more stray links
* Found more .htmls
* Fixup links for new HC websites
* Post-merge fixups
* linkcheck caught missing ids
2020-09-29 12:48:32 -04:00

33 lines
1.2 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.
- [HashiCorp Learn Guides](http://learn.hashicorp.com/nomad) - 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](https://learn.hashicorp.com/collections/nomad/manage-jobs) - Additional details
specific to running a job in production.
- [Creating a Cluster](https://learn.hashicorp.com/tutorials/nomad/clustering) - Additional
details on joining nodes to create a multi-node Nomad Cluster.
- [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) -
Use Terraform to automatically provision a cluster in AWS.