mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Delete intro section which is now in index page
This commit is contained in:
@@ -6,21 +6,6 @@ description: |-
|
||||
Learn about how scheduling works in Nomad.
|
||||
---
|
||||
|
||||
# Scheduling
|
||||
|
||||
Scheduling is a core function of Nomad. It is the process of assigning tasks
|
||||
from jobs to client machines. This process must respect the constraints as
|
||||
declared in the job, and optimize for resource utilization. This page documents
|
||||
the details of how scheduling works in Nomad to help both users and developers
|
||||
build a mental model. The design is heavily inspired by Google's work on both
|
||||
[Omega: flexible, scalable schedulers for large compute clusters][Omega] and
|
||||
[Large-scale cluster management at Google with Borg][Borg].
|
||||
|
||||
~> **Advanced Topic!** This page covers technical details of Nomad. You do not
|
||||
~> need to understand these details to effectively use Nomad. The details are
|
||||
~> documented here for those who wish to learn about them without having to
|
||||
~> go spelunking through the source code.
|
||||
|
||||
# Scheduling in Nomad
|
||||
|
||||
[![Nomad Data Model][img-data-model]][img-data-model]
|
||||
|
||||
Reference in New Issue
Block a user