Customize FQDNs with out having svc.local and namespace in the host names

  1. We are trying to deploy the clusters and able to deploy the k8s operator in our envs. However, by default cluster is creating with default host names " my-mongodb-0.my-mongodb-svc.mongodb-operator.svc.cluster.local:27017" which is not helpful for us in our envs. We always prefer customized host names which will be having our own host names for managing/deploying the clusters. Moreover, we will be having the Geo-redundancy envs where we can sync the data across the clusters/regions.

  2. We are unable to access the clusters from the mongo tools like “nosql booster/ mongocompass/mongochef”.