Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/admiraltyio/admiralty
A system of Kubernetes controllers that intelligently schedules workloads across clusters.
https://github.com/admiraltyio/admiralty
Last synced: 2 months ago
JSON representation
A system of Kubernetes controllers that intelligently schedules workloads across clusters.
- Host: GitHub
- URL: https://github.com/admiraltyio/admiralty
- Owner: admiraltyio
- License: apache-2.0
- Created: 2018-12-10T06:18:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T18:00:03.000Z (about 1 year ago)
- Last Synced: 2024-04-17T21:43:19.529Z (9 months ago)
- Language: Go
- Homepage: https://admiralty.io
- Size: 28.5 MB
- Stars: 620
- Watchers: 17
- Forks: 85
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-native - Admiralty - A system of Kubernetes controllers that intelligently schedules workloads across clusters. (Scheduler)
README
# Admiralty
_formerly multicluster-scheduler_
Admiralty is a system of Kubernetes controllers that intelligently schedules workloads across clusters. It is simple to use and simple to integrate with other tools.
The documentation hosted at https://admiralty.io/docs/ is sourced from this repository. The links below point to the local Markdown files. Use them if you're browsing this repo without Internet access; otherwise, **the [hosted version](https://admiralty.io/docs/) is easier to navigate**.
- [Introduction](docs/introduction.md)
- [Quick Start](docs/quick_start.md)
- Concepts
- [Multi-Cluster Topologies](docs/concepts/topologies.md)
- [Cross-Cluster Authentication](docs/concepts/authentication.md)
- [Multi-Cluster Scheduling](docs/concepts/scheduling.md)
- Operator Guide
- [Installation](docs/operator_guide/installation.md)
- [Configuring Authentication](docs/operator_guide/authentication.md)
- [Configuring Scheduling](docs/operator_guide/scheduling.md)
- [Contributor Guide](CONTRIBUTING.md)
- [Release Notes](CHANGELOG.md)
- API Reference
- [Helm Chart](charts/multicluster-scheduler/README.md)
- [License](LICENSE)