mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
Merge pull request #6780 from hashicorp/km.intro-video
website: add ‘intro to nomad’ video to /intro
This commit is contained in:
@@ -95,4 +95,9 @@
|
||||
@extend .table;
|
||||
@extend .table-striped;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
max-width: 560px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user