The cb-network controllers don't keep the peer information and the networking rule where the peer participates. It is stored and managed in etcd cluster. On the other hand, the cb-network agent has its own information (i.e., this peer).
So, I'm trying to move functions from the controller to the agent and simplify the related logic. I expect it's beneficial to reduce the number of I/Os and the amount of data to etcd.
The cb-network controllers don't keep the peer information and the networking rule where the peer participates. It is stored and managed in
etcd
cluster. On the other hand, the cb-network agent has its own information (i.e., this peer).So, I'm trying to move functions from the controller to the agent and simplify the related logic. I expect it's beneficial to reduce the number of I/Os and the amount of data to
etcd
.