https://github.com/squaremo/stolos
Fleet-wide configuration management using Flux
https://github.com/squaremo/stolos
Last synced: over 1 year ago
JSON representation
Fleet-wide configuration management using Flux
- Host: GitHub
- URL: https://github.com/squaremo/stolos
- Owner: squaremo
- Created: 2024-02-21T22:59:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T11:09:52.000Z (over 2 years ago)
- Last Synced: 2025-01-25T05:25:02.421Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stolos (fleet) controller
A controller for bulk configuration in Kubernetes clusters, built on Flux.
This is a rewrite of the [fleeet controller][fleeet] I developed at Weaveworks a few
years ago, to
- port it to GitOps Toolkit (all the packages used for Flux controllers)
- rebase the design on an abstraction of tenancy
[fleeet]: https://github.com/weaveworks-experiments/fleeet
## Roadmap
- [ ] port the designs from Fleeet over and rewrite them to account for tenancy
- [ ] implement the designs using the Flux controller runtime packages