Merge pull request #6780 from hashicorp/km.intro-video

website: add ‘intro to nomad’ video to /intro
This commit is contained in:
Charlie Voiselle
2020-01-23 11:32:13 -05:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -95,4 +95,9 @@
@extend .table;
@extend .table-striped;
}
iframe {
width: 100%;
max-width: 560px;
}
}

View File

@@ -16,6 +16,8 @@ Nomad is a flexible workload orchestrator that enables an organization to easily
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" allowfullscreen="true" width="560" height="315" ></iframe>
Nomad is widely adopted and used in production by PagerDuty, Target, Citadel, Trivago, SAP, Pandora, Roblox, eBay, Deluxe Entertainment, and more.
## Key Features