-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple k8s cluster support #138
Comments
Hi, |
My initial thought was that to keep the chart as is, and then add a custom ldif file mounted inside the pod with the configuration specific to the replication between the two kubernetes cluster. I thought of exposing the service as My challenge is to understand how to setup replication. I did review Any thoughts on the above approach to inject a custom ldif or does it need to be part the same configmap you've in the chart? |
That would work , you'll have to provide the complete configuration for the replication through the Although due to #115 I wouldn't recommend using this in production because you won't be able to use the chart to update the configuration. |
Interesting, so the The other option is what you have suggested, which is to modify the chart and add a flag for remote sync on The This would be the same for the other k8s installation as well. Still reading through openldap documentation but my assumption is that it needs to be unique. helm-openldap/templates/_helpers.tpl Line 62 in af8ea7c
I don't know if anyone in this community has attempted with a multi cluster installation. I am going to attempt downloading the helm chart and make changes to see if it works. Any direction on this is appreciated. |
Is there a reason why a new ACL is required to be created if we are using same admin password for both the k8s installations? |
Hello
Great work on building the chart. This helped me do a POC on setting up openldap very quickly. We have a requirement to build and deploy openldap on 2 k8s each in a different regions so that we can have 2 pods in master to master replication in region1 for HA and same in another region and also master to master replication between the pods from each region
Is it possible to achieve this with this chart ?
The text was updated successfully, but these errors were encountered: