|
|
|
|
|
by jacques_chester
1991 days ago
|
|
I agree with all of this, with one nitpick intended to self-aggrandise. You can actually nominate particular types be stored in particular etcd servers -- GKE does this to put Events into a separate etcd from everything else. However, it still has problems. Firstly, you can only define it for inbuilt types. Secondly, it's common for different objects to cross reference each other through objectRefs and the like, which behave badly when you effectively perform a join in the API server over multiple etcds. |
|
Interesting. Is this documented anywhere?