Concept Flow - Cluster, node, and shard architecture
Start: Client sends data/query
Cluster receives request
Cluster routes to Node
Node manages Shards
Primary Shard
Store data
Node responds to Cluster
Cluster sends response to Client
The cluster receives requests and routes them to nodes, which manage shards (primary and replicas) to store and retrieve data.