...
- Blue/green strategy: Redirect 100% of the load to the new version. Remove the old version when the testing period has passed (or redirect the load back to the old version if the test fails).
- Canary: Redirect a part of the load to the new version, and run side-by-side with the old version during a test period. Then redirect 100% to one of the versions depending on the outcome of the test.
The pipeline is valid for upgrade of the
platform as well. Download the new images and start the pipeline. Currently the updating the Platform will result in a restart of all the PODs.
...