May 2017
Intermediate to advanced
436 pages
9h 44m
English
Docker Flow Proxy is a stateful service. However, that did not prevent us from scaling it. Its architecture is made in a way that, even though it is stateful, all instances have the same data. The mechanism to accomplish that has quite a few names. I prefer calling it state replication and synchronization.
When one of the instances receives a new instruction that changes its state, it should find all the other replicas and propagate the change.
The replication flow is usually as follows:
The ability to propagate ...
Read now
Unlock full access