===== Scaling Out ===== [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] **Scaling Out** takes the infrastructure you’ve got, and replicates it to work in parallel. This has the effect of increasing infrastructure capacity roughly linearly. Data centers often scale out using pods. Build a compute pod, spin up applications to use it, then scale out by building another pod to add capacity. Actual [[ddsf:public:guidebook:06_append:glossary:a:appperform|application performance]] may not be linear, as application architectures must be written to work effectively in a scale-out environment. Also see: [[ddsf:public:guidebook:06_append:glossary:s:scaleup]] Source: [[https://packetpushers.net/scale-up-vs-scale-out/ ]]