Good morning,
I am testing the version of MongoDB in Kubenetes through the operator to distribute a cluster between two regions. Region A will contain part of the replica set and the other region the other part.
As it appears in the documentation, I expose the services as loadbalancers that generate some IPS that I then associate to the main clutser so that the replication begins.
My question is whether it is possible to assign the DNS entries to the IPs of these balancers through the operator to fully automate the process.
I don’t see a field where an annotation can be assigned to create them in Helm values. And if I want to create the services with another YAML, the operator tells me that if I use external nodes I have to enable the services, which doubles the number of services.
Thank you