Skip to content

A multi-cluster batch scheduler for high-throughput workloads on Kubernetes

License

Notifications You must be signed in to change notification settings

devlounge/armada

 
 

Repository files navigation

Armada

Armada

CircleCI Go Report Card

Armada is an experimental application to achieve high throughput of run-to-completion jobs on multiple Kubernetes clusters.

It stores queues for users/projects with pod specifications and creates these pods once there is available resource in one of the connected Kubernetes clusters.

Documentation

Key features

  • Armada maintains fair resource share over time (inspired by HTCondor priority)
  • It can handle large amounts of queued jobs (million+)
  • It allows adding and removing clusters from the system without disruption
  • By utilizing multiple Kubernetes clusters the system can scale beyond the limits of a single Kubernetes cluster

Key concepts

Queue: Represent user or project, used to maintain fair share over time, has priority factor

Job: Unit of work to be run (described as Kubernetes PodSpec)

Job Set: Group of related jobs, api allows observing progress of job set together

Try it out locally

Follow the quickstart guide to get Armada up and running locally.

About

A multi-cluster batch scheduler for high-throughput workloads on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 65.8%
  • C# 32.6%
  • Other 1.6%