chuntaojun / koordinator

QoS based scheduling system for hybrid orchestration workloads on Kubernetes, bringing workloads the best layout and status.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koordinator

Koordinator

License GitHub release CI Go Report Card codecov PRs Welcome Slack

English | 简体中文

Introduction

Koordinator is a QoS based scheduling system for hybrid orchestration 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 utilization.

Koordinator enhances the kubernetes user experiences in the workload management by providing the following:

  • Well-designed priority and QoS mechanism to co-locate different types of workloads in a cluster, a node.
  • Allowing for resource overcommitments to achieve high resource utilization but still satisfying the QoS guarantees by leveraging an application profiling mechanism.
  • Fine-grained resource orchestration and isolation mechanism to improve the efficiency of latency-sensitive workloads and batch jobs.
  • Flexible job scheduling mechanism to support workloads in specific areas, e.g., big data, AI, audio and video.
  • A set of tools for monitoring, troubleshooting and operations.

Quick Start

You can view the full documentation from the Koordinator website.

Code of conduct

The Koordinator community is guided by our Code of Conduct, which we encourage everybody to read before participating.

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Contributing

You are warmly welcome to hack on Koordinator. We have prepared a detailed guide CONTRIBUTING.md.

Membership

We encourage all contributors to become members. We aim to grow an active, healthy community of contributors, reviewers, and code owners. Learn more about requirements and responsibilities of membership in our Community Membership page.

Community

You can reach the maintainers of this project at:

  • Slack
  • DingTalk(Chinese): Search Group ID 33383887 or scan the following QR Code
Dingtalk QRCode

License

Koordinator is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

QoS based scheduling system for hybrid orchestration workloads on Kubernetes, bringing workloads the best layout and status.

License:Apache License 2.0


Languages

Language:Go 99.2%Language:Shell 0.5%Language:Makefile 0.2%Language:Dockerfile 0.1%