tldr; this is a proposal for introducing new APIs to support job queueing in kubernetes: bit.ly/kueue-apis (doc shared with d...@kubernetes.io/kubernetes-dev@)
Over the past year we invested in improving some aspects of batch job support in core kubernetes, such as indexed job, suspend jobs, pod deletion cost, accurate job tracking, ready pods tracking in jobs, ttl after finish to GA.
The north star is to have those APIs and supporting controllers available in upstream Kubernetes, but starting as a subproject to prove the concept may end up being a better first step towards that.