Hi there!

We are working on a new installation and decided to try something new.. 

In the past I would have gone with multi-master with ldap balancer but after reading and researching more and more on MDB, we decided to try to integrate OpenLDAP into our current CI/CD pipelines using K8s.

What we tried so far and it seems to work is initialize a common persistence storage and then an auto scaling group that shares that common drive. Ech pod has as many threads as virtual CPU it may have, and none of the pods can write, except a dedicated write pod (single instance) with multiple threads for writing. 

Is there anything else we are missing here? Any experience scaling OpenLDAP with Kubernetes or other container technology. 

Thank you in advance for any comments, pointers or recommendations!

-- 
Alex