A federation scheduler for multi-cluster
Go to file
Volcano Bot 04d1afc71d
Merge pull request #22 from Monokaix/dev
fix queue allocate err
2025-06-24 10:43:16 +08:00
cmd Bump karmada version 2025-01-20 17:36:47 +08:00
docs fix: docs example is broken 2025-06-11 11:24:29 +02:00
installer/dockerfile Update karmada version 2025-02-20 16:02:51 +08:00
pkg fix queue allocate err 2025-06-19 15:43:46 +08:00
.gitignore Bump karmada version 2025-01-20 17:36:47 +08:00
LICENSE Initial commit 2021-12-05 20:20:06 +08:00
Makefile Bump karmada version 2025-01-20 17:36:47 +08:00
Makefile.def Initialization project structure 2024-10-30 14:26:31 +08:00
OWNERS initialize volcano-global repo 2024-10-12 14:41:40 +08:00
README.md Bump karmada version 2025-01-20 17:36:47 +08:00
go.mod Update karmada version 2025-02-20 16:02:51 +08:00
go.sum Update karmada version 2025-02-20 16:02:51 +08:00

README.md

Volcano Global

Volcano-global is a multiple kubernetes clusters scheduler, designed to efficiently manage and schedule AI/ML, Bigdata workloads across multiple kubernetes clusters, which cleverly combines the capabilities of Karmada and Volcano.

Volcano-global has implemented a series of advanced capabilities based on Karmada, such as AI job scheduling and queue management, which are inherited from Volcano's single-cluster capabilities. Additionally, it addresses scenarios involving single/multiple template tasks.

This project originated from:

This is an alpha version and code is subject to change.

Quick start

You can read deploy guide.

How does it run?

volcano global design

Release Guide

Volcano-global is a seperated subproject, having its own release. The project plays well with volcano repo, however, the release are not coupled. We will release new versions as needed.