forked from volcano-sh/volcano
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,6 @@ | ||
# kube-batch | ||
# Scheduler | ||
|
||
[![Build Status](https://travis-ci.org/kubernetes-sigs/kube-batch.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/kube-batch) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/kube-batch)](https://goreportcard.com/report/github.com/kubernetes-sigs/kube-batch) | ||
[![Build Status](https://travis-ci.org/volcano-sh/scheduler.svg?branch=master)](https://travis-ci.org/volcano-sh/scheduler) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/volcano-sh/volcano)](https://goreportcard.com/report/github.com/volcano-sh/volcano) | ||
|
||
`kube-batch` is a batch scheduler for Kubernetes, providing mechanisms for applications which would like to run batch jobs leveraging Kubernetes. | ||
|
||
`kube-batch` builds upon a decade and a half of experience on running batch workloads at scale using several systems, combined with best-of-breed ideas and practices from the open source community. | ||
|
||
Refer to [tutorial](doc/usage/tutorial.md) on how to use `kube-batch` to run batch job in Kubernetes | ||
|
||
## Overall Architecture | ||
|
||
![kube-batch](doc/images/kube-batch.png) | ||
|
||
## Who uses kube-batch? | ||
|
||
As the kube-batch Community grows, we'd like to keep track of our users. Please send a PR with your organization name. | ||
|
||
Currently **officially** using kube-batch: | ||
|
||
1. [Kubeflow](https://www.kubeflow.org) | ||
1. [Volcano](https://volcano.sh/) | ||
1. [Baidu Inc](http://www.baidu.com) | ||
1. [Tusimple](https://www.tusimple.com) | ||
1. [MOGU Inc](https://www.mogujie.com) | ||
1. [Vivo](https://www.vivo.com) | ||
|
||
## Community, discussion, contribution, and support | ||
|
||
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/). | ||
|
||
You can reach the maintainers of this project at: | ||
|
||
- Slack: #kubernetes-dev | ||
- Mailing List: https://groups.google.com/forum/#!forum/kubernetes-dev | ||
|
||
### Code of conduct | ||
|
||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). | ||
The scheduler of [Volcano](http://github.com/volcano-sh/volcano), built based on [kube-batch](http://github.com/kubernetes-sigs/kube-batch). |