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

27 lines
701 B
Markdown
Raw Normal View History

2015-09-22 23:18:26 +00:00
---
layout: "intro"
2015-09-23 01:34:30 +00:00
page_title: "Clustering"
2015-09-22 23:18:26 +00:00
sidebar_current: "getting-started-cluster"
description: |-
Join another Nomad client to create your first cluster.
---
2015-09-23 01:34:30 +00:00
# Clustering
2015-09-22 23:18:26 +00:00
2015-09-23 04:44:51 +00:00
We have started our first agent and run a job against it in development mode.
This demonstrates the ease of use and the workflow of Nomad, but did not show how
this could be extended to a scalable, production-grade configuration. In this step,
we will create our first real cluster with multiple nodes.
## Starting the Server
## Starting the Clients
## Submit a Job
2015-09-22 23:18:26 +00:00
## Next Steps
We've now concluded the getting started guide, however there are a number
of [next steps](next-steps.html) to get started with Nomad.