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
docs
installer/dockerfile
pkg
.gitignore
LICENSE
Makefile
Makefile.def
OWNERS
README.md
go.mod
go.sum

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.