website: move up nomad intro yt video

- per suggestion from dev-rel
This commit is contained in:
Kyle MacDonald 2020-02-18 11:33:38 -05:00 committed by Kyle MacDonald
parent c13f21713d
commit ef36b66b9a
1 changed files with 6 additions and 6 deletions

View File

@ -12,12 +12,6 @@ description: >-
Welcome to the intro guide to Nomad! This guide is the best place to start with Nomad. We cover what Nomad is, what problems it can solve, how it compares to existing software, and how you can get started using it. If you are familiar with the basics of Nomad, the [documentation](/docs) and [guides](/guides) provides a more detailed reference of available features.
## What is Nomad?
Nomad is a flexible workload orchestrator that enables an organization to easily deploy and manage any containerized or legacy application using a single, unified workflow. Nomad can run a diverse workload of Docker, non-containerized, microservice, and batch applications.
Nomad enables developers to use declarative infrastructure-as-code for deploying applications. Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on macOS, Windows, and Linux.
<iframe
src="https://www.youtube.com/embed/s_Fm9UtL4YU"
frameborder="0"
@ -26,6 +20,12 @@ Nomad enables developers to use declarative infrastructure-as-code for deploying
height="315"
></iframe>
## What is Nomad?
Nomad is a flexible workload orchestrator that enables an organization to easily deploy and manage any containerized or legacy application using a single, unified workflow. Nomad can run a diverse workload of Docker, non-containerized, microservice, and batch applications.
Nomad enables developers to use declarative infrastructure-as-code for deploying applications. Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on macOS, Windows, and Linux.
Nomad is widely adopted and used in production by PagerDuty, Target, Citadel, Trivago, SAP, Pandora, Roblox, eBay, Deluxe Entertainment, and more.
## Key Features