Disk Cloning - Golden Image Approach (Early DevOps Technique)

<aside> 💡

The Golden Image approach uses a pre-configured master system (golden image) that is cloned to other systems for fast setup - but it has major limitations.

</aside>

Examples of disk cloning tools

Drawbacks of the Golden Image approach

  1. Hardware dependency - Cloned disks may fail if target machines have different hardware (driver and compatibility issues).
  2. Painful updates - Updating OS/software means re-creating and re-cloning the golden image.
  3. Slow provisioning - Preparing the golden image (initial setup) and copying it to each machine takes time.
  4. Hard backups & rollbacks - Managing many full disk copies is storage-heavy and inefficient.

Basics of Docker and Containerization-Page-2.svg