Create Confd python HA cluster with Active-Active scenario on kubernetes

Hello team,

Need help to implement confd python based HA on kubernetes. Is there any app note for that?

Hi,

No, but it should not be very hard to replicate the C implementation of the examples.confd/ha/dummy example in Python. It is only a few API calls.
If you just want something flexible and lightweight, there is a DIY Python synchronizer demo https://github.com/ConfD-Developer/ConfD-Demos/tree/master/confd-sync-py

1 Like