admiraltyio / admiralty

A system of Kubernetes controllers that intelligently schedules workloads across clusters.
https://admiralty.io
Apache License 2.0
673 stars 87 forks source link

True decentralized architecture? #204

Open shapirus opened 7 months ago

shapirus commented 7 months ago

I read https://github.com/admiraltyio/admiralty/blob/master/proposals/decentralized.md and was wondering if anything considered in this document has ever been implemented.

It would be very nice if we could achieve true decentralization without a single central master scheduler and thus a SPOF-free system, which would not only improve reliability, but also simplify management, as multiple equivalent clusters could be launched using the same configuration template (think terraform etc.).

Do we still have the star (one master - multiple slaves) topology as the only option?