Merge pull request #1689 from jbowes/add-another-level-based-reference
Add another reference on level-based concepts to architecture.md
This commit is contained in:
commit
509a04d573
|
@ -110,7 +110,7 @@ including default values, and observed state (status).
|
||||||
|
|
||||||
Controllers work continuously to drive the actual state towards the desired state, while reporting back the currently observed state for users and for other controllers.
|
Controllers work continuously to drive the actual state towards the desired state, while reporting back the currently observed state for users and for other controllers.
|
||||||
|
|
||||||
While the controllers are [level-based](http://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html)
|
While the controllers are level-based (as described [here](http://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html) and [here](https://hackernoon.com/level-triggering-and-reconciliation-in-kubernetes-1f17fe30333d))
|
||||||
to maximize fault
|
to maximize fault
|
||||||
tolerance, they typically `watch` for changes to relevant resources in order to minimize reaction
|
tolerance, they typically `watch` for changes to relevant resources in order to minimize reaction
|
||||||
latency and redundant work. This enables decentralized and decoupled
|
latency and redundant work. This enables decentralized and decoupled
|
||||||
|
|
Loading…
Reference in New Issue