Skip to content

Commit

Permalink
Merge pull request kubernetes#1 from ahg-g/ahg-update-docs
Browse files Browse the repository at this point in the history
Add more details and links related to the project
  • Loading branch information
k8s-ci-robot authored Feb 16, 2022
2 parents 777b107 + 0b25f41 commit 84e161d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Kueue

Kubernetes-native Job Queueing
Kueue is a set of APIs and controller for job queueing. It is a job-level manager that decides when
a job should start (as in pods can be created) and when it should stop (as in active pods should be
deleted). The main design principle for Kueue is to avoid duplicating existing functionality: autoscaling,
pod-to-node scheduling, job lifecycle management and advanced admission control are the responsibility of
core k8s components or commonly accepted frameworks, namely cluster-autoscaler, kube-scheduler and kube-controller-manager
and gatekeeper, respectively.

[bit.ly/kueue-apis](https://bit.ly/kueue-apis) (please join the [mailing list](https://groups.google.com/a/kubernetes.io/g/wg-batch) to get access) discusses the
API proposal and a high-level description of how it operates; while [bit.ly/kueue-controller-design](https://bit.ly/kueue-controller-design) presents the detailed design of the controller.

## 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](https://kubernetes.slack.com/messages/sig-scheduling)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-scheduling)
- [Slack](https://kubernetes.slack.com/messages/wg-batch)
- [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-batch)

### Code of conduct

Expand Down

0 comments on commit 84e161d

Please sign in to comment.