Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Support Koordinator as one batch scheduler option #2572

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kingeasternsun
Copy link

@kingeasternsun kingeasternsun commented Nov 26, 2024

Why are these changes needed?

Koordinator is a QoS-based scheduling for efficient orchestration of microservices, AI, and big data workloads on Kubernetes. It aims to improve the runtime efficiency and reliability of both latency sensitive workloads and batch jobs, simplify the complexity of resource-related configuration tuning, and increase pod deployment density to improve resource utilizations.

The integration is easy, Koordinator support annotation way to support gang scheduling without podgroup CR

gang.scheduling.koordinator.sh/name           
gang.scheduling.koordinator.sh/min-available

Koordinator are compatible with pod-group.scheduling.sigs.k8s.io, pod-group.scheduling.sigs.k8s.io/name and pod-group.scheduling.sigs.k8s.io/min-available in community.

https://koordinator.sh/docs/designs/gang-scheduling

Related issue number

#2573

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants