A: In cluster mode, PM2 spawns multiple instances of your Node.js app (workers) that share server ports using Node’s cluster module. This allows better utilization of multi-core machines and improved throughput. Use clustering when your application is CPU-bound or when handling many concurrent requests.