I have a number of distinct etcd clusters, I would like to be centrally controlled:
I have multiple distinct etcd clusters. Hosts in one cluster should not have any access to config in another cluster.
The central hosts should be able to read and write to all clusters, as this hosts role is to see and control all the clusters.
I'm not quite sure how to implement this.
- Can a single host running etcd be a member of multiple clusters?
- Does etcd allow me to to have a host that can communicate with multiple clusters?