Skip to content

Commit 223c9d1

Browse files
committed
Add note about differing thesis descriptions
1 parent 4358d72 commit 223c9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ I completed a study project ("half-time thesis") on this topic and evolved it in
2222

2323
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.
2424

25+
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).
26+
Be aware that the Master's thesis might not reflect the current development state in all descriptions.
27+
2528
## Motivation 💡
2629

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

0 commit comments

Comments
 (0)