Apache YuniKorn Core

Clone this repo:
  1. ea11b02 [YUNIKORN-3263] Remove code: statedumps in core repo (#1084) by mani · 8 days ago master
  2. bc75e78 [YUNIKORN-3256] Stop weekly e2e tests runs (#1083) by mani · 8 days ago
  3. 1af2b86 [YUNIKORN-3249] Moved quota preemption out from tryallocate (#1080) by Aditya Maheshwari · 3 weeks ago
  4. e003b4c [YUNIKORN-3246] Summarize the preemption results and send event to the queue (#1079) by mani · 4 weeks ago
  5. 65b114f [YUNIKORN-3228] Assess the impact of restart on scheduled preemption and propose a solution (#1068) by mani · 4 weeks ago

Apache YuniKorn - A Universal Scheduler

Build Status codecov Go Report Card License Repo Size

Apache YuniKorn is a light-weight, universal resource scheduler for container orchestrator systems. It is created to achieve fine-grained resource sharing for various workloads efficiently on a large scale, multi-tenant, and cloud-native environment. YuniKorn brings a unified, cross-platform, scheduling experience for mixed workloads that consist of stateless batch workloads and stateful services.

YuniKorn now supports K8s and can be deployed as a custom K8s scheduler. YuniKorn's architecture design also allows adding different shim layer and adopt to different ResourceManager implementation including Apache Hadoop YARN, or any other systems.

Get Started

See how to get started with running YuniKorn on Kubernetes, please read the documentation on yunikorn.apache.org.

Want to know more about the value of the YuniKorn project, and what YuniKorn can do? Here are some session recordings and demos.

Get Involved

Please read get involved document if you want to discuss issues, contribute your ideas, explore use cases, or participate the development.

If you want to contribute code to this repo, please read the developer doc. All the design docs are available here.

Code Structure

Apache YuniKorn project has the following git repositories:

The yunikorn-core is the brain of the scheduler, which makes placement decisions (allocate container X on node Y) according to the builtin rich scheduling policies. Scheduler core implementation is agnostic to the underneath resource manager system.