Add Nomad to HashiCorp ecosystem doc page
This commit is contained in:
parent
8fb3170fca
commit
7a6e35aa14
|
@ -9,8 +9,8 @@ description: |-
|
||||||
# Packer and the HashiCorp Ecosystem
|
# Packer and the HashiCorp Ecosystem
|
||||||
|
|
||||||
HashiCorp is the creator of the open source projects Vagrant, Packer, Terraform,
|
HashiCorp is the creator of the open source projects Vagrant, Packer, Terraform,
|
||||||
Serf, and Consul, and the commercial product Atlas. Packer is just one piece of
|
Serf, Consul, Nomad, and the commercial product Atlas. Packer is just one piece
|
||||||
the ecosystem HashiCorp has built to make application delivery a versioned,
|
of the ecosystem HashiCorp has built to make application delivery a versioned,
|
||||||
auditable, repeatable, and collaborative process. To learn more about our
|
auditable, repeatable, and collaborative process. To learn more about our
|
||||||
beliefs on the qualities of the modern datacenter and responsible application
|
beliefs on the qualities of the modern datacenter and responsible application
|
||||||
delivery, read [The Atlas Mindset: Version Control for
|
delivery, read [The Atlas Mindset: Version Control for
|
||||||
|
@ -60,3 +60,9 @@ production. Vagrant environments reduce the friction of developing a project and
|
||||||
reduce the risk of unexpected behavior appearing after deployment. Vagrant boxes
|
reduce the risk of unexpected behavior appearing after deployment. Vagrant boxes
|
||||||
can be built in parallel with production artifacts with Packer to maintain
|
can be built in parallel with production artifacts with Packer to maintain
|
||||||
parity between development and production.
|
parity between development and production.
|
||||||
|
|
||||||
|
[Nomad](https://www.nomadproject.io/?utm_source=packer&utm_campaign=HashicorpEcosystem)
|
||||||
|
is a HashiCorp tool for managing a cluster of machines and running applications
|
||||||
|
on them. Nomad abstracts away machines and the location of applications, and
|
||||||
|
instead enables users to declare what they want to run and Nomad handles where
|
||||||
|
they should run and how to run them.
|
||||||
|
|
Loading…
Reference in New Issue