Skip to content

Commit

Permalink
Add note about differing thesis descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Jan 29, 2025
1 parent 4358d72 commit 223c9d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ I completed a study project ("half-time thesis") on this topic and evolved it in

This repository contains the implementation belonging to the scientific work: the actual sharding implementation, a sample operator using controller sharding, a monitoring and continuous profiling setup, and some tools for development and evaluation purposes.

Since finishing the scientific work, this project evolved further, especially in the [v0.9 release](https://github.com/timebertt/kubernetes-controller-sharding/releases/tag/v0.9.0).
Be aware that the Master's thesis might not reflect the current development state in all descriptions.

## Motivation 💡

Typically, [Kubernetes controllers](https://kubernetes.io/docs/concepts/architecture/controller/) use a leader election mechanism to determine a *single* active controller instance (leader).
Expand Down

0 comments on commit 223c9d1

Please sign in to comment.