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

Data structure and processing mechanism of networking rules #225

Closed yunkon-kim closed 2 years ago

yunkon-kim commented 2 years ago

What would you like to be enhanced : I'd like to improve the inefficient network control mechanism. Note - many sections will be modified.

Why is this needed : It's because it is inefficient to store, transmit, and process the networking rule chunk. Obviously, the data size is large. Also, it requires additional processes to control each host. I think this will help to dynamically inform the state of the host later.

Proposed solution : Subdivide the data structure in the distributed key-value store (i.e., etcd) : Simplify and improve the processing mechanism of networking rule for host-based control