Can I configure MongoDB DB replica sets using IP addresses alone instead of host names?
Usually an IP address can be used almost everywhere a host name is expected. But our main Mongo DB expert led me to believe that we must use hostnames sharing a common domain such as: db1.domain.com, db2.domain.com...
Documentation for replica set rs.initiate() does not say anything about this.