Week 3 Posting - Migration Strategies
Many times, one a company decides to migrate to a virtual environment the question remains, what is the best way to move all the data over? In many cases it will boil down to three main migration methods known as the three “R”s , rehost, revised or refactored, not to be mixed up with the green idea of Reduce, Reuse and Recycle. Rehost is the idea of taking a clone of the system and migrating an exact replica image, similar to how a VM may move when upgrading hardware, this requires the system to rescan the hardware and may require new drivers to be added to the system causing some downtime. The second option is the revise method, this would be keeping all the configuration files for a service or system but put in on a new image on the cloud side, this can cause some unforeseen changes to systems, but will result in a higher performance. Lastly there is the method of refactor, this is the idea of taking each service and moving to a container-based environment, this will be much che...