Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
  • Loading branch information
k82cn committed Apr 26, 2019
1 parent cf91aa9 commit 4e16e9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![volcano-logo](docs/images/volcano-logo.png)

# Volcano

[![Build Status](https://travis-ci.org/volcano-sh/volcano.svg?branch=master)](https://travis-ci.org/volcano-sh/volcano)
Expand All @@ -21,19 +23,26 @@ frameworks like Tensorflow, Spark, PyTorch, MPI, etc, which Volcano integrates w

Some examples of the mechanisms and features that Volcano adds to Kubernetes are:

1. Scheduling extensions, e.g:
1. Job management extensions and improvements, e.g:
1. Multi-pod jobs
2. Lifecycle management extensions including suspend/resume and
restart.
3. Improved error handling
4. Indexed jobs
5. Task dependencies
2. Scheduling extensions, e.g:
1. Co-scheduling
2. Fair-share scheduling
3. Queue scheduling
4. Preemption and reclaims
5. Reservartions and backfills
6. Topology-based scheduling
1. Job management extensions and improvements, e.g:
1. Multi-pod jobs
1. Improved error handling
1. Indexed jobs
1. Others (in upstream)
1. Optimizations for throughput, round-trip latency, etc.
3. Runtime extensions, e.g:
1. Support for specialized continer runtimes like Singularity,
with GPU accelerator extensions and enhanced security features.
4. Other
1. Data locality awareness and intelligent scheduling
2. Optimizations for data throughput, round-trip latency, etc.

Volcano builds upon a decade and a half of experience running a wide
variety of high performance workloads at scale using several systems
Expand Down
Binary file added docs/images/volcano-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e16e9e

Please sign in to comment.