A cluster is a group of computers (called nodes or servers) that work together like one big system.
-
Each node is a separate computer with its own CPU, memory, and storage.
-
All the nodes are connected by a network so they can share tasks and data.
-
If one node fails, the others can keep the system running.
-
Clusters are used to handle big workloads, store large amounts of data, and keep services running without interruption.
