Cluster

DDS cluster instances consist of mongos, config, and shard nodes. The following diagram shows the node relationships.

Figure 1 Diagram of node relationships

mongos

A mongos is a router for reading and writing data, providing a unified interface for accessing DB instances.

config

A config stores configuration settings for DB instances and consists of one replica set.

shard

In the cluster instance, shards are used to store user data.