Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn authored May 30, 2019
1 parent aefccd1 commit 3ab1c80
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions README.md
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).

0 comments on commit 3ab1c80

Please sign in to comment.