rohan47 / kube-arbitrator

Policy based resource sharing for Kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-arbitrator

Build Status Go Report Card

kube-arbitrator is a policy based resource sharing system for Kubernetes cluster, it includes two sub projects: kube-batchd (a batch job scheduler) and kube-quotalloc (a dynamic quota allocator).

kube-batchd

kube-batchd is batch system built on Kubernetes, providing mechanisms for the applications which would like to run batch jobs in Kubernetes.

kube-batched builds upon a decade and a half of experience on running batch workloads at scale using several systems, e.g. LSF, Symphony, combined with best-of-breed ideas and practices from the community.

Refer to tutorial on how to use kube-batched to run batch job in Kubernetes

kube-quotalloc

kube-quotalloc is resource management system built on Kubernetes, providing mechanisms for dynamic resource sharing between multiple tenants/namespaces in Kubernetes. It builds upon a decade and a half of experience on resource sharing system in enterprise called EGO, combined with best-of-breed ideas and practices from the community

Refer to tutorial on how to use kube-quotalloc to share resource dynamically between namespaces in Kubernetes

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Kubernetes Incubator

This is a Kubernetes Incubator project. The project was established 2017-07-01. The incubator team for the project is:

  • Sponsor: Joe Beda (@jbeda)
  • Champion: Timothy St. Clair (@timothysc)
  • SIG: sig-scheduling, sig-bigdata

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

Policy based resource sharing for Kubernetes cluster

License:Apache License 2.0


Languages

Language:Go 72.5%Language:Shell 27.3%Language:Makefile 0.2%