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

Support multiple cb-network controllers without a scheduler #204

Closed yunkon-kim closed 2 years ago

yunkon-kim commented 2 years ago

What would you like to be enhanced : I'd like to support multiple cb-network controllers.

Why is this needed : It is needed for the cb-network system's fault tolerance.

Proposed solution : My example link as a solution: multi-controller.go : My example could support multi-controller by using Compare-And-Swap (CAS), Lease, Distributed lock.

References: