kubernetes-controller-sharding

Horizontally Scalable Kubernetes Controllers: distribute reconciliation of Kubernetes objects across multiple controller instances

APACHE-2.0 License

Stars
121
kubernetes-controller-sharding - v0.6.0 Latest Release

Published by timebertt 3 months ago

What's Changed

✨ Features

🐛 Bug Fixes

🤖 Dependencies

Full Changelog: https://github.com/timebertt/kubernetes-controller-sharding/compare/v0.5.0...v0.6.0

kubernetes-controller-sharding - v0.5.0

Published by timebertt 6 months ago

What's Changed

⚠ī¸ Breaking Changes

✨ Features

🤖 Dependencies

Full Changelog: https://github.com/timebertt/kubernetes-controller-sharding/compare/v0.4.0...v0.5.0

kubernetes-controller-sharding - v0.4.0

Published by timebertt 6 months ago

What's Changed

✨ Features

🤖 Dependencies

ℹī¸ Other Changes

Full Changelog: https://github.com/timebertt/kubernetes-controller-sharding/compare/v0.3.0...v0.4.0

kubernetes-controller-sharding - v0.3.0

Published by timebertt 9 months ago

What's Changed

✨ Features

📖 Documentation

🤖 Dependencies

ℹī¸ Other Changes

Full Changelog: https://github.com/timebertt/kubernetes-controller-sharding/compare/v0.2.0...v0.3.0

kubernetes-controller-sharding - v0.2.0

Published by timebertt 10 months ago

What's Changed

⚠ī¸ Breaking Changes

✨ Features

🐛 Bug Fixes

🤖 Dependencies

New Contributors

Full Changelog: https://github.com/timebertt/kubernetes-controller-sharding/compare/v0.1.0...v0.2.0

kubernetes-controller-sharding - v0.1.0

Published by timebertt 11 months ago

First Release of the kubernetes-controller-sharding Project! 🎉

This tags a baseline release that should be ready for usage and experimentation.

Feel free to reach out with any feedback or questions!

kubernetes-controller-sharding - v1.0 – Submission of Study Project

Published by timebertt almost 2 years ago

This is the final version of the implementation for my study project Towards Horizontally Scalable Kubernetes Controllers.

You can read the full thesis belonging to this implementation here: thesis-controller-sharding.
You can find the final sharding implementation in controller-runtime here.