cloud-barista / cb-larva

CB-Larva is Cloud-Barista Incubator. The incubator researches and develops essential technologies for multi-cloud.
Apache License 2.0
9 stars 8 forks source link

Reduce complexity to update networking rule #317

Closed yunkon-kim closed 1 year ago

yunkon-kim commented 1 year ago

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.