Hacker News new | ask | show | jobs
by Minikloon 3417 days ago
Chicken and egg. Is that other instance containerized?
1 comments

Decoupled failure modes, unless you think there's a global "fail all docker data stores".
There are major cascading failures with Docker.

For starter, failure modes are not decoupled at all. If one db hits a race condition in the storage driver on one instance, it's usually 100% guarantee that all other instances are sensitive to the same bug and it will happen sooner or later.

In practice, occurrences of a bug are highly correlated and usually happen in batch.